The follwing example show you how to debug javaScrpt in Developer Tools.
1. Open the debugger by pressing SHIFT+F12, or click the developer tools icon in the command bar or by clicking (Tools -> Developer Tools)

2. After launching the Developer Tools, switch to the script tab.
3. Breakpoint the javasript line by pressing F9.
4. click on start Debugging button

5. Refresh the page. Debugging window will highlight (break) on the breakpoint script.

You can find more about Developer Tools here.
No comments:
Post a Comment