LIST AT command (remote debug mode)
Lists the currently defined AT GLOBAL LABEL or AT
LABEL breakpoints.
GLOBAL- Lists whether the
AT GLOBAL LABELbreakpoint is defined LABEL- Lists the
AT LABELbreakpoints that are defined.
Usage notes
- To display a global breakpoint, you can specify an asterisk (*)
with the
LIST AT LABELcommand, or you can specify aLIST AT GLOBALcommand. 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 LABELcommand without either an asterisk (*) orGLOBALkeyword, you get a message that says such breakpoints do not exist.
