How do I completely disable JavaScript errors using VS2008 and IE?

Posted by TheHurt on Stack Overflow See other posts from Stack Overflow or by TheHurt
Published on 2010-03-29T17:41:11Z Indexed on 2010/03/29 17:43 UTC
Read the original article Hit count: 191

Filed under:
|
|

I am trying to prevent VS from breaking on JS errors.

I have the following settings:

In IE, under Tools->Internet Settings->Advanced (tab)->Browsing Disable script debugging (Internet Explorer) is checked. Disable script debugging (Other) is checked.

In VS, under Debug->Exceptions->Common Language Runtime Exceptions JScript Exceptions (thrown and user-unhandled) are unchecked.

In VS, under Tools->Options->Debugging->Just-In-Time Script is unchecked.

There are some JavaScript errors that I just don't care about and it is driving me insane having to deal with them.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about JavaScript