Turning Off Web page Debugging Under Visual Studio 6
-
Hi everyone. I have various web filtering software, which filters out various unwanted content. This, as a side effect, "breaks" various scripts and I constantly get messages about whether or not I want to debug the web page (obviously, I wouldn't). Is there a way to tell Visual Studio I do not want to debug web pages? I have put up with it for a while, but it is very annoying :-D
-
Hi everyone. I have various web filtering software, which filters out various unwanted content. This, as a side effect, "breaks" various scripts and I constantly get messages about whether or not I want to debug the web page (obviously, I wouldn't). Is there a way to tell Visual Studio I do not want to debug web pages? I have put up with it for a while, but it is very annoying :-D
I think that is a problem with IE, not VS. Best regards, Alexandru Savescu
-
Hi everyone. I have various web filtering software, which filters out various unwanted content. This, as a side effect, "breaks" various scripts and I constantly get messages about whether or not I want to debug the web page (obviously, I wouldn't). Is there a way to tell Visual Studio I do not want to debug web pages? I have put up with it for a while, but it is very annoying :-D
In the Internet Explorer Options->Advanced-->Browsing tab, check "Disable Script Debugging" and uncheck "Display a notification about every script error".