Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable JavaScript debugging in VS2015

I have been trying very hard to debug with VS2015 but there is this javascript that keeps getting on the way. Have turned off the Just-In-Time script but still it is running thru the javascript without debugging on the breakpoint that I have set. So fat, I only see the question asked on VS2013. Please help. Tks.

like image 234
tangara Avatar asked Jan 25 '17 09:01

tangara


1 Answers

It's been three years but maybe it helps someone; Go to Tools / Options / Debugging / General Then uncheck the Enable Javascript Debugging for ASP.NET (Chrome, Edge and IE)

like image 188
Yazan Avatar answered Oct 21 '22 06:10

Yazan