Debugging Javascript
Debugging of Javascript in VS.net
1) 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)
2) Use the keyword "debugger" in your script as breakpoint from where you want to start debugging.
1 comment:
I dont know what I am doing wrong,
but the step mention in this post didnt help me
I am not able to debug the javascript :(
Is there any other steps i need to follow.
I am using VS2005 and so is that the case??
Because in VS2003 when we attached the process for debugging, its prompt us for debing CLR, Javascript and there is one more options.
Please let me know if you have any further idea
Post a Comment