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
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.
This is how we should disable Js debugging in visual studio 2019
0 thoughts on "How to disable JavaScript Debugging in Visual Studio"