Previous Page | Next Page

The SCL Debugger

LIST



Displays a list of all program breakpoints, tracepoints, or watched variables
Abbreviation: L

Syntax
Details
Examples
See Also

Syntax

LIST <<BREAK | TRACE | WATCH | _ALL_> entry-name\ | _ALL_>

_ALL_

lists all breakpoints, tracepoints and watched variables. LIST _ALL_ performs the same function as LIST.

BREAK

lists all breakpoints.

TRACE

lists all tracepoints.

WATCH

lists all watched variables.

entry-name\

is the name of a catalog entry that contains an SCL program. If the entry resides in the current catalog, then entry-name can be a one-level name. If the entry resides in a different catalog, then entry-name must be a four-level name, and the entry must already be loaded into the application's execution stack. A backslash must follow the entry name.

_ALL_

displays the debugging requests that are currently set for all entries.


Details

The LIST command displays a list of all debugging requests that have been set for an application. These requests include breakpoints, tracepoints, and watched variables. By default, the list contains all of the debugging requests for the current entry.


Examples


See Also

BREAK

DELETE

TRACE

WATCH

Previous Page | Next Page | Top of Page