Is there a for-sure way to turn off JavaScript Exception breaking in Visual Studio?
I'm developing a C# module for a third party product, so I can't fix the JavaScript or remove it.
The Debugger will not respect the exception settings. I have turned off Breaking on all exceptions. I have gone the the option menu and disabled all JavaScript and Just-in-time debugging. Still, every time I debug this page, I break on an unhandled JavaScript exception; which happens every 10 seconds as the thirds party product keeps throwing errors.
Things I have turned off:
- Debug->Windows->Exception Settings-> (All boxes unchecked)
- Tools->Options->Debugging->General-> (All boxes unchecked with "Enable" and "JavaScript" like "Enable Java Script debugging"
- Tools->Options->Debugging->Just-In-Time->(All boxes unchecked)