我正在使用 Internet Explorer 9 在 Visual Studio 2012 中调试一个网站(不幸的是,不是 Web 项目),它似乎一直在使用标准Unhandled exception at line x, column y in script block
对话框打破 JavaScript 异常。这发生在一个名为 的新选项卡中script block [dynamic]
。
在这个阶段,我真的不关心底层异常,我只是不想让 Visual Studio 告诉我这些异常。
我已经改变了我能想到的每一个明显的设置。所以:
Visual Studio 设置
Exception settings -> JavaScript Runtime Exceptions
:Thrown
和User-unhandled
都未选中。
Tools -> Options -> Debugging -> Just-In-Time
:Script
未选中
Internet Explorer 9 设置
Internet Options -> Advanced
:Disable Script Debugging (Internet Explorer)
并且Disable Script Debugging (Other)
都未选中。
如果我使用 Firefox 或 Chrome 进行调试,则不会发生这种情况,但不幸的是,我被迫使用 Internet Explorer 9。
我该如何解决这个问题?有什么我可能会错过的选择吗?