6

我正在使用 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:ThrownUser-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。

我该如何解决这个问题?有什么我可能会错过的选择吗?

4

1 回答 1

1

试试VS的Web Essentials 扩展。我很确定当我安装它时它停止了。或者,您可以尝试 Debug=>Attach to=> 然后 Select.... (但您可能必须经常这样做...)

于 2013-05-16T19:13:34.033 回答