debugger Statement
Launches the debugger.
debugger
Remarks
The debugger statement launches the installed debugger. The effect is similar to setting a breakpoint in the program where the debugger statement is used.
If no debugger is installed, the debugger statement has no effect.