简体   繁体   English

如何在Visual Studio 2013中关闭脚本调试程序

[英]How to turn off script debugger in Visual Studio 2013

Is there a way to turn off script debugging on Visual Studio 2013? 有没有办法在Visual Studio 2013上关闭脚本调试? I turned off script JIT debugging in Tools>Options>Debugging>JIT. 我在工具>选项>调试> JIT中关闭了脚本JIT调试。 I also turned off script debugging in Internet Explorer. 我还关闭了Internet Explorer中的脚本调试。 When a script error occurs, there is a option to 'Open Exception Settings'. 发生脚本错误时,可以选择“打开例外设置”。 The error I'm getting is unchecked to 'break when an exception occurs' but VS still breaks. 我得到的错误未经检查,以便在发生异常时“中断”,但VS仍然会中断。 I only get this when using IE. 我只在使用IE时得到这个。 FF and Chrome only show the script error in Firebug/debugger window. FF和Chrome仅在Firebug /调试器窗口中显示脚本错误。

Is there a setting I'm missing to turn this off? 是否有一个设置我错过了关闭它? I'd rather just use the browser debugger. 我宁愿只使用浏览器调试器。

Have you double-checked your Debug > Exceptions > JavaScript Runtime Exceptions settings? 您是否仔细检查了Debug> Exceptions> JavaScript Runtime Exceptions设置?

Debug> Exceptions截图

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Visual Studio 2013客户端调试工具:如何关闭? - Visual Studio 2013 client-side debugging tools: How to turn off? Visual Studio 2013-从其他应用程序触发的JS调试器 - Visual Studio 2013 - JS debugger triggered from a different app 在Visual Studio 2013中恢复损坏的Java脚本 - Recover corrupted java script in visual studio 2013 Chrome 调试器 - 如何关闭 console.log 消息分组? - Chrome debugger - how to turn off console.log message grouping? Visual Studio 2022 无法关闭 JavaScript 调试 - Visual Studio 2022 CANNOT turn off JavaScript Debugging 英特尔Visual Fortran 2013 XE破坏了Visual Studio 2012中的JavaScript调试器 - Intel Visual Fortran 2013 XE breaks javascript debugger in Visual Studio 2012 关闭JavaScript中的脚本? - Turn off a script in javascript? 为什么 Microsoft Visual Studio 中的脚本调试器对我不起作用 - Why does the script debugger in Microsoft Visual Studio not work for me 使用Java脚本的Visual Studio消息“未启用调试器代理” - Visual Studio message “Debugger agent is not enabled” with Java Script Visual Studio 2010脚本调试程序对我不起作用 - Visual Studio 2010 script debugger doesn't work for me
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM