March 2017
Beginner
358 pages
9h 51m
English
The icons you'll notice at the top-right of the debugger are (from left to right):
Resuming the script execution executes whatever line the breakpoint has halted execution on, and continues execution until the next breakpoint, or until all server scripts have finished running.
Clicking the Step into button in the JavaScript debugger after execution has paused on a given breakpoint will execute the line on which the debugger has paused, and then will pause execution on the next line. If the current line executes an external function, then the next line that's executed ...
Read now
Unlock full access