Debugger¶
Usage
use Debugger;
or
import Debugger;
Warning
The Debugger module is unstable due to its experimental behavior
The Debugger module provides a collection of useful debugging utilities
- proc breakpoint¶
Sets a breakpoint at this point in execution if compiled with -g.
Warning
If code uses
breakpoint
and is compiled with -g, the program will not be runnable outside of a debugger