A script-enabled browser is required for this page to function properly.

PL/SQL Breakpoint dialog box

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 Breakpoint: New or Breakpoint: number. The label value is "New" when specifying a new breakpoint, or a number when modifying an existing breakpoint.

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. BEGIN and END keywords are not required in the trigger.

For example, you can use the following statement to execute an Interpreter command.

DEBUG.INTERPRET('.SHOW LOCALS');