How to debug (only) JavaScript in Visual Studio?

后端 未结 5 581
梦如初夏
梦如初夏 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:52

    It is possible to debug by writing key word "debugger" to place where you want to debug and just press F5 key to debug JavaScript code.

    http://www.aspsnippets.com/Articles/Debug-JavaScript-and-jQuery-using-Visual-Studio-in-Internet-Explorer-browser.aspx

提交回复
热议问题