Changing the program displayed in the disassembly view
You can use the SET QUALIFY
command to change the program
that is displayed in the disassembly view. Suppose you are debugging
program ABC and you need to set a breakpoint in program BCD.
- Enter the command
SET QUALIFY CU BCD
on the command line. z/OS® Debugger changes the Source window to display the disassembly instructions for program BCD. - Scroll through the Source window until you find the instruction where want to set a breakpoint.
- To return to program ABC, at the point where the next instruction
is to run, issue the
SET QUALIFY RESET
command.