Visual Studio 2013 can't debug javascript in cshtml

后端 未结 7 705
挽巷
挽巷 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条回答
  •  旧时难觅i
    2020-12-14 06:37

    The only browser that allows debugging a javascript file from Visual Studio is Internet Explorer. (this is what I found out after testing my application on different browsers)

提交回复
热议问题