Could somebody please help me with a VC++ problem?

Started by
3 comments, last by egrooker 21 years, 3 months ago
Hi..I just recently started using VC++ so i''m not as yet familiar with many of the features. Anyway, every time I open a webpage i''ll usually/ALWAYS get a window saying there''s an error and asks if I want to debug. Actually it asks me about 5 TIMES sometimes 10! It''s driving me crazy. If i say ''yes'' to debug it opens up in VC++. So it must be connected to that program. How do I turn this feature off??
Advertisement
Annoying isn''t it? Actually I havn''t figured out how to make VC++ not try to debug everything that crashes on my computer. I don''t know how many times I have walked into my office and found my wife trying to "debug" an app that has crashed on her.
LOL

_________________________________________
"Why, why why does everyone ask ''''why'''' when ''''how'''' is so much more fun"
-Spawn 1997
_________________________________________"You're just jelous because the voices only talk to me"
hi ..

VC++
uncheck just-in-time-debbuging
(options/debug)

or
IE (internet explorer)
uncheck (script)debugin
(options/extended)

Sounds like you should upgrade/reinstall IE anyway if it''s kicking out that many errors.

-This is where the world drops off
-ryan@lecherousjester.com

This topic is closed to new replies.

Advertisement