Step Debugger

Step through each line of code to see how it runs.

Breakpoints

Set a breakpoint on a line of code to trigger the debugger.

The debugger will pause a running execution when it hits a a line with a breakpoint.

Firefox javascript debugger paused on breakpoint
Topics