LIST AT command (remote debug mode)

Lists the currently defined AT GLOBAL LABEL or AT LABEL breakpoints.

Read syntax diagramSkip visual syntax diagramLISTAT GLOBALLABELLABEL* ;
GLOBAL
Lists whether the AT GLOBAL LABEL breakpoint is defined
LABEL
Lists the AT LABEL breakpoints that are defined.

Usage notes

  • To display a global breakpoint, you can specify an asterisk (*) with the LIST AT LABEL command, or you can specify a LIST AT GLOBAL command. For example, if you want to display an AT LABEL * breakpoint, specify:

    LIST AT LABEL *;

    or

    LIST AT GLOBAL LABEL;

  • If you have only a global breakpoint set and you specify LIST AT LABEL command without either an asterisk (*) or GLOBAL keyword, you get a message that says such breakpoints do not exist.