How to disable JavaScript Debugging in Visual Studio

June 17, 2020 0 comments
Though it is a useful feature, while doing development I have observed browser locking due to JS Debugging in Visual Studio.

Though I know JS debugging in Visual studio is a useful feature, it becomes annoying because you have to open new instance of application. 

To Disable Java script debugging in visual studio go to Tools > Options

Disable JavaScript Debugging in Visual Studio


Click on Options and option window will open.

Then scroll down on the left menu to select option Debugging -> General . Then search for thes setting labelled “Enable JavaScript debugging for ASP.NET (Chrome and IE)” and uncheck it.


Disable JavaScript Debugging in Visual Studio - Debugging options


This is how we should disable Js debugging in visual studio 2019

Share Share Tweet Share

0 thoughts on "How to disable JavaScript Debugging in Visual Studio"

LEAVE A REPLY