Visual Studio JavaScript Debugger does not stop at the points in an MVC View (.cshtml file) how to enable debugging in the vyuha?
Visual Studio JavaScript Debugger does not stop at the points in an MVC View (.cshtml file) how to enable debugging in the vyuha?
2 answers
In chtml files javascript debugging is not working. All you need to make a separate js file and debug there.
Disable precompiling views, or to put breakpoint before Assembly and start-up.
Find more questions by tags JavaScriptHTMLMVCASP.NETC#