The Trigger dialog allows you to create a debug trigger, and provides a graphical user interface for the Interpreter's TRIGGER command.
Trigger |
Identifies the debug trigger and is of the form Trigger: New or Trigger: number. The label value is New when specifying a new debug trigger, or a number when modifying an existing debug trigger. |
Enabled |
Indicates whether the debug trigger is enabled or disabled. |
Location |
Specifies the source location of the debug trigger. |
The Program Unit option (the default) indicates the debug trigger is located at a specific source location in a program unit. | |
The Debug Entry option indicates the trigger is fired as soon as program unit execution is suspended. | |
The Every Statement option indicates the debug trigger is fired just prior to every executable statement in the program unit. | |
Program Unit |
Identifies the target program unit. |
Line |
Identifies the source location of the debug trigger in the program unit. |
Trigger Body |
Type the PL/SQL code to be used as the body of the debug trigger. |
OK |
Confirms your selections, creates or modifies the debug trigger and closes the dialog. |
Cancel |
Cancels the current operation and closes the dialog. |