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

About the Source pane

The PL/SQL Interpreter's Source pane displays a read-only copy of the program unit currently selected in the Object Navigator pane.

The numbers along the left hand margin correspond to the line numbers of the displayed program unit.

In addition, the symbols described below may appear in the margin.

Specifies the current source location. 

=>

Specifies the current scope location.

-right arrow 

Specifies the current execution location (if different from the current scope location). 

B(n)

Specifies the location of a breakpoint, where n is the corresponding debug action ID. It appears in the line number column. 

T(n)

Specifies the location of a trigger, where n is the corresponding debug action ID. It appears in the line number column. 

See also

About debug actions

About the PL/SQL Interpreter