Ending a full-screen debug session
When you have finished debugging your program, you can end your full-screen debug session by using one of the following methods:
- Method A
-
- Press PF3 (
QUIT
) or enterQUIT
on the command line. - Type Y to confirm your request and press Enter. Your program stops running.
If you are debugging a CICS® non-Language Environment® assembler or non-Language Environment COBOL program,
QUIT
ends z/OS® Debugger and the task ends with an ABEND 4038. - Press PF3 (
- Method B
-
- Enter the
QQUIT
command. You are not prompted to confirm your request to end your debug session. Your program stops running.
If you are debugging a CICS non-Language Environment assembler or non-Language Environment COBOL program,
QUIT
ends z/OS Debugger and the task ends with an ABEND 4038. - Enter the
- Method C
-
- Enter the
QUIT DEBUG
or theQUIT DEBUG TASK
(CICS only) command. - Type Y to confirm your request and press Enter. z/OS Debugger ends and your program continues running.
- Enter the
Refer to the following topics for more information related to the material discussed in this topic.
- Related references
- IBM® z/OS Debugger Reference and Messages