Debug javascript in asp.net

  • Thread starter Thread starter sonu
  • Start date Start date
If you are using VS2005 just set a breakpoint in the javascript. Otherwise
insert a "debugger;" statement in your javascript where you want to start
debugging.
 
Back
Top