QUIT -- Ends a debugger session and terminates the target program. FORMAT Quit REQUIRED ARGUMENTS None. OPTIONAL ARGUMENTS None. DESCRIPTION Use this command to get out of the debugger. The QUIT command has the exact same effect as the EXIT command. This command forces the target program to quit, then it forces DEBUG to quit. The target exits as if it had called pfm_$exit. Therefore, if you set cleanup handlers in the program, DEBUG invokes them as the program exits. If the target program has inhibited faults when this command is issued, DEBUG may not be able to force it to exit. In such a case, DEBUG will exit and leave the target program running. For full details, see Chapter 3 of the DOMAIN Language Level Debugger Reference manual.