Visual Studio 2013 can't debug javascript in cshtml

后端 未结 7 570
挽巷
挽巷 2020-12-14 05:43

I have an ASP.NET Web Application created with Visual Studio 2013. I am attempting to debug JavaScript in a CSHTML file. However, whenever I launch the webpage, any breakp

相关标签:
7条回答
  • 2020-12-14 06:47

    For people coming here in 2017, I want to share that I had this same issue with VS2017 Enterprise RC, and with VS 2015 Community with any browser but Internet Explorer. Using IE did the trick for me.

    Also, in VS2017, I had to add a debugger statement to get VS start looking at debug points.

    Finally, I'd like to ask at least a comment from people voting down.

    0 讨论(0)
提交回复
热议问题