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.


When the procedure is run, execution will halt at these breakpoints so you can debug your PL/SQL code.