Home >Web Front-end >JS Tutorial >How to debug javascript code in vs2010_javascript tips
The steps are as follows:
1. Insert: debugger into the javascript code, as follows:
2. Change the "Disable script debugging" in IE browser Remove the check mark from one item.
Then click debug in vs.