Lets you insert and remove breakpoints in programs for debugging.
line
Clear
Set
Once a breakpoint has stopped execution, use .CON to continue execution.
Use
INFO, /Breakpoint
to display the breakpoint table, which gives the index, module, line number, and file location of each breakpoint.
BREAKPOINT, /Clear, 3
BREAKPOINT, /Clear, 'test.pro', 8
xyz.pro
:
BREAKPOINT, 'xyz.pro', 23
BREAKPOINT, /Set, 'xyz.pro', 23