how do I turn of the MSVC debugger?

I do a bit of c++ programming, but when I am not programming (ie searching the net) and the browser gets to a page it does not like, it pops open the debugger. Can I turn this damn thing off!!?? It is really annoying and makes several pages impossible to view.

blade

I think that’s the script debugger (in InterDev) you’re referring to, not the C++ debugger.

Assuming you’re using IE, go to the Tools | Internet Options dialog, select the ‘Advanced’ tab, and check the box marked “Disable script debugging”.

Thanks Ruben, That did the trick. Now I can browser the internet without this kind of annoying interuption.

blade