Debug JavaScript in ASP.NET Apps

If you build your client scripts using Page.RegisterStartupScript, it's quite difficult to debug startup Javascript code.

Here you will find a solution using the debugger keyword in Javascript and Visual Studio.Net.

 

No Comments