Lists the currently defined breakpoints, including the action taken when the specified breakpoint is activated. If no action is defined, z/OS® Debugger displays the NULL command.
>>-LIST--+----------------------------------------------+--;--->< +-AT_command-----------------------------------+ '-AT--+----------+--+------------------------+-' +-ENABLED--+ +-ALLOCATE---------------+ '-DISABLED-' +-APPEARANCE-------------+ +-CALL-------------------+ +-CHANGE-----------------+ +-DATE-------------------+ +-DELETE-----------------+ +-ENTRY------------------+ +-EXIT-------------------+ +-GLOBAL--+-ALLOCATE---+-+ | +-APPEARANCE-+ | | +-CALL-------+ | | +-DATE-------+ | | +-DELETE-----+ | | +-ENTRY------+ | | +-EXIT-------+ | | +-LABEL------+ | | +-LINE-------+ | | +-LOAD-------+ | | +-PATH-------+ | | +-STATEMENT--+ | | '-SUSPENDED--' | +-LABEL------------------+ +-LINE-------------------+ +-LOAD-------------------+ +-OCCURRENCE-------------+ +-OFFSET-----------------+ +-PATH-------------------+ +-STATEMENT--------------+ +-SUSPENDED--------------+ '-TERMINATION------------'
If the AT command type (for example, LOAD) is not specified, LIST AT lists all currently defined breakpoints (both disabled and enabled).
Usage notes
LIST AT ENTRY *;
or
LIST AT GLOBAL ENTRY;
If you have only a global breakpoint set and you specify LIST AT ENTRY without the asterisk (*) or GLOBAL keyword, you get a message saying there are no such breakpoints.
Examples
LIST AT ENABLED ENTRY;
LIST AT DATE *;
LIST AT DISABLED CHANGE;
LIST AT LINE 22;
or
LIST AT OCCURRENCE SIGSEGV;
or LIST AT CHANGE structure.un.m;
Refer to the following topics for more information related to the material discussed in this topic.