Debugging a Program Unit BACK | 1 2 3 4 5 6 | NEXT | MAIN
Breakpoints suspend execution of a compiled program unit, allowing you to step through code and troubleshoot runtime errors. You can also set conditional breakpoints called debug triggers.

Double-click on an executable line in the source pane to set a breakpoint.


Click on the in the diagram and its function will appear here.