LIST AT command (remote debug mode)
Lists the currently defined AT GLOBAL LABEL
or AT
LABEL
breakpoints.
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 aLIST AT GLOBAL
command. For example, if you want to display anAT 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 (*) orGLOBAL
keyword, you get a message that says such breakpoints do not exist.