How it works...

In step 4, we searched for the JavaScript we would like to debug, and in step 5. we set the breakpoint at the line where we would like the debugger to break.

In step 7, we inspected the values of an expression. We can also add it to the Watch list by right-clicking on the expression and selecting Add to watch. Any changes to that expression will then be highlighted in the Watch list. We can furthermore add it to the console to run live queries on it.

Finally, in step 8 and step 9, we used the keyboard shortcuts to step over the breakpoint line or continue running the script. We can also use F11 to step into a function.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.224.54.255