PDA

Click to See Complete Forum and Search --> : MSVC DEBUGGER PROBLEMS IN WIN2k


AAG
May 22nd, 2001, 04:22 AM
I am having some problems with the MSVC debugger. It seems to be debugging all of my .exe's in win2k, including Internet Explorer. When I goto to certain websites, it debugs the html and returns MsgBox errors stating different errors such as

-------------------------------
||x|A runtime Error has occured.|
| Do you wish to debug? |
| |
| Line 95 |
| Error: Expected '(' |
| |
| YES|NO |
-------------------------------

If i hit YES, nothing happens, if i hit No, Nothing happens. Before i shutoff the debugger, if i would hit yes, the Visual Studio Analyzer would open up. But now it just simply displays error messages. Does anyone know how to stop these msgboxes ? There really annoying, and happen quite frequently when surfing the net. I have MSVC++ 6.0 and Visual Basic 6.0 Installed.

HarryW
May 22nd, 2001, 04:32 AM
In IE, go to Tool->Options->Advanced and check the "disable script debugging" checkbox. If you have machine Debug Manager (MDM) running in your task list, it has a tendency to keep re-enabling it, so you might want to shut that down.

AAG
May 22nd, 2001, 04:41 AM
THANX AGAIN MAN. I've been thru those options before, and had seen that option, but i was thinking that it meant to turn debugging on since i didn't read it carefully, i have tendency to do that. :)