-
need debugger help
Ever since I installed Visual Studio 6.0 Pro, I have had something buggin' me. When I'm surfing, there will be certain sites (I'm guessing ones that have errors in the code) where a message pops up and tells me there is an error and asks if I want to debug. I'd like to know if there is any way to turn this feature off so that I don't have to click "no" every time. Thanks.
:confused:
-
There is a tick box in Internet Explorer's options that says "disable script debugging". Make sure it is ticked.
Also, since you have Visual Studio installed, you may find you have a task named 'mdm' in your task list. That's Machine Debug Manager, and it seems to have a habit of turning script debugging back on, which is very annoying. If that happens, kill the mdm task.
-
thanks for the tip..but just in case, how do i kill the mdm?
-
Ctrl-Alt-Del. Kill it from the task list.
-