问题描述
我从打破JS错误试图prevent VS
I am trying to prevent VS from breaking on JS errors.
我有以下设置:
在IE浏览器,在工具 - >互联网设置 - >高级(标签) - >浏览
,禁止脚本调试器(Internet Explorer)
和禁用脚本调试(其他)
进行检查。
In IE, under Tools->Internet Settings->Advanced (tab)->Browsing
, Disable script debugging (Internet Explorer)
and Disable script debugging (Other)
are checked.
在VS,在调试 - >&者除外GT;公共语言运行库异常
,的JScript例外
(投掷和用户未处理)未被选中。
In VS, under Debug->Exceptions->Common Language Runtime Exceptions
, JScript Exceptions
(thrown and user-unhandled) are unchecked.
在VS,在工具 - >选项 - > Debugging->刚刚在时间
,剧本
被选中。
有,我只是不关心一些JavaScript错误,它让我疯狂不必处理它们。
There are some JavaScript errors that I just don't care about and it is driving me insane having to deal with them.
推荐答案
尝试这
这是比较突出的解决方案,而改用Firefox浏览器。我想这和它的工作对我来说就像魅力。
各地退房替代工作同一个文档中,如果你不想选择Silverlight的工具。
try ThisThis is more prominent solution rather switching to firefox. i tried this and it worked for me like charm.check out alternative work around in same document if you dont want to choose silverlight tool..
这篇关于如何完全使用VS 2008和IE浏览器禁用JavaScript错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!