The PL/SQL Breakpoint dialog box is displayed when you right-click in the PL/SQL
Interpreter's Source pane, and choose Breakpoint. This dialog box enables
you to create or modify breakpoints and break triggers, and provides a graphical
user interface for the Interpreter's BREAK
command.
This dialog box contains:
Breakpoint |
Identifies the breakpoint and is of the form |
Enabled |
Indicates whether the breakpoint is enabled or disabled. |
Program Unit |
Identifies the target program unit where the breakpoint will be created. |
Line |
Identifies the source location of the breakpoint in the program unit. |
Trigger |
If required, type the PL/SQL statements that will fire when the breakpoint
is hit. For example, you can use the following statement to execute an Interpreter command.
|
Copyright © 1984, 2005, Oracle. All rights reserved.