Visual Studio 2013 can't debug javascript in cshtml

后端 未结 7 669
挽巷
挽巷 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:23

    I put my javascript in a separate file and debug with IE otherwise it will not work.

    For some reason chrome doesnt allow you to step into the javascript.

提交回复
热议问题