You can create debug actions (breakpoints and debug triggers) in the PL/SQL Interpreter in the following ways:
choosing ProgramBreakpoint
or Program
Debugging
Triggers on the Reports Builder menu bar while a program unit is open
in the PL/SQL Interpreter
right-clicking in the Source pane of the PL/SQL Interpreter and choosing Breakpoint or Debug Trigger
inserting debug actions in the Object Navigator pane
entering commands in the Interpreter pane
When you create a debug action, attach the breakpoint or debug trigger to a program unit source line that is "executable." A source line is considered executable if it contains one or more statements for which the PL/SQL compiler generates code. For example, source lines containing assignment statements and procedure calls are executable, while source lines containing comments, blank lines, declarations, or the NULL statement are not executable.
Copyright © 1984, 2005, Oracle. All rights reserved.