To browse debug actions:
In the Object Navigator, expand the Debug Actions node. The Object Navigator displays a list of the debug actions associated with the current report.
or
In the PL/SQL Interpreter, use the DESCRIBE command to display information about a specific debug action.
For example, entering .DESCRIBE BREAK 1 in the Interpreter pane reveals the following about Breakpoint 1:
Breakpoint:
1
Program
Unit: Procedure Body <programunit_name>
Line: 3
Enabled:
YES
Copyright © 1984, 2005, Oracle. All rights reserved.