简体   繁体   中英

Cannot disable Javascript Debugging in Visual Studio 2013?

I am building an ASP.NET Web Forms application (not site) and whenever I debug with Internet Explorer, I cannot seem to disable the integrated Javascript debugging with Visual Studio 2013 Pro.

How do I get it to stop breaking on Javascript exceptions?

My OS is Windows 2012 Server R2 (so, equivalent to Windows 8.1 Pro) with IE11. I have tried every setting that I could find but nothing has worked so far. I have even logged out and back in. I am going to try a complete reboot right now.

The screenshots below show all the settings I've tried.

Exception and Settings:

异常发生和设置


Visual Studio Options - Debugging:

Visual Studio调试选项


Internet Explorer Options:

Internet Explorer选项


BrowserLink Disabled

BrowserLink选项


If you run your web project with IE, VS will automatically attach to the IE process and debug it and there is no way to disable that.

So, start debugging with Chrome or Firefox if you don't want VS to debug IE automatically when you run your project. Then open up IE and navigate to your site if you still need to test with IE.

There is no user-unhandled column on yours Exceptions window, if its hide make it appear and uncheck all check marks. See: 在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM