An Idea can change your life.....

Thursday, February 21, 2008

Debugging of Javascript in Visual studio

A) Open Internet Explorer, Tools menu -> Internet Option Dialog box.
- Click on Advance Tab.
- Clear the checkbox: Disable Script Debugging(Internet Explorer)
- Clear the checkbox: Disable Script Debugging(Other)


B) Use the keyword
debugger in your script as breakpoint from where you want to start debugging.





No comments: