Visual Studio 2012 breaks JavaScript exceptions when debugging in Internet Explorer 9

I am debugging a website (and not a web project, unfortunately) in Visual Studio 2012 using Internet Explorer 9 and it seems to continue to break into JavaScript exceptions with a standard dialog box Unhandled exception at line x, column y in script block. This happens in a new tab called script block [dynamic].

At this point, I'm really not interested in the main exception, I just don't want Visual Studio to tell me about exceptions at all.

I changed all the obvious settings that I can think of. So:

Visual Studio Settings

Exception settings -> JavaScript Runtime Exceptions: Both Thrown, and User-unhandledare not marked.

Tools -> Options -> Debugging -> Just-In-Time: Scriptnot installed

Internet Explorer 9 Settings

Internet Options -> Advanced: Disable Script Debugging (Internet Explorer)and Disable Script Debugging (Other)both filmed.

, Firefox Chrome, , , Internet Explorer 9.

? - , ?

+5
1

-Essentials VS. , , . Debug = > Attach to = > then Select.... ( , , ...)

+1

All Articles