How to debug (only) JavaScript in Visual Studio?

后端 未结 5 585
梦如初夏
梦如初夏 2020-12-05 02:01

I\'m developing a webapplication (asp.net mvc 4) with Microsoft Visual Studio 2012, and as the solution is getting bigger, the debug is getting slower.

Need to know

5条回答
  •  悲哀的现实
    2020-12-05 02:41

    Yes you can put the break-point on client side page in Visual studio

    First Put the debugger in java-script code and run the page in browser

    debugger

    After that open your page in browser and view the inspect element you see the following view

提交回复
热议问题