AT GLOBAL LABEL command (remote debug mode)
Gives z/OS® Debugger control for every instance of the specified AT-Label condition.
Global breakpoints are always performed for
all Compile Units that are known to z/OS Debugger.
Use AT
GLOBAL LABEL breakpoints if you do not
have specific information of where to set your breakpoint. For example,
if you want to halt at a label that you do not know the name of, enter AT
GLOBAL LABEL command to halt z/OS Debugger when
it encounters a label.
Usage note
To set a global
breakpoint, specify an asterisk (*) with the AT command,
or enter the AT GLOBAL command.
Example
If you want to set a global AT LABEL breakpoint,
specify one of the following commands:
AT LABEL *;
or
AT GLOBAL LABEL;
