LIST AT command

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.

Read syntax diagramSkip visual syntax diagram
>>-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------------'        

AT_command
A valid AT command that includes at least one operand. The AT command must be complete except that the every_clause and command are omitted.
ENABLED
Restricts the list to enabled breakpoints. The default is to list both enabled and disabled breakpoints.
DISABLED
Restricts the list to disabled breakpoints. The default is to list both enabled and disabled breakpoints.
ALLOCATE
Lists currently defined AT ALLOCATE breakpoints.
APPEARANCE
Lists currently defined AT APPEARANCE breakpoints.
CALL
Lists currently defined AT CALL breakpoints.
CHANGE
Lists currently defined AT CHANGE breakpoints. This displays the storage address and length for all AT CHANGE subjects, and shows how they were specified (if other than by the %STORAGE function).
DATE
Lists currently defined AT DATE breakpoints.
DELETE
Lists currently defined AT DELETE breakpoints.
ENTRY
Lists currently defined AT ENTRY breakpoints.
EXIT
Lists currently defined AT EXIT breakpoints.
GLOBAL
Lists currently defined AT GLOBAL breakpoints for the specified AT-condition.
LABEL
Lists currently defined AT LABEL breakpoints.
LINE
Lists currently defined AT LINE or AT STATEMENT breakpoints. LINE is equivalent to STATEMENT.
LOAD
Lists currently defined AT LOAD breakpoints.
OCCURRENCE
Lists currently defined AT OCCURRENCE breakpoints.
OFFSET
Lists currently defined AT OFFSET breakpoints.
PATH
Lists currently defined AT PATH breakpoints.
STATEMENT
Is equivalent to LINE.
SUSPENDED
Lists all suspended breakpoints.
TERMINATION
Lists currently defined AT TERMINATION breakpoint.

If the AT command type (for example, LOAD) is not specified, LIST AT lists all currently defined breakpoints (both disabled and enabled).

Usage notes

Examples

Refer to the following topics for more information related to the material discussed in this topic.