NET/MASTER Management Services (MS) Command Reference Manual
DEBUG STOP
NonStop NET/MASTER MS Commands
2–72 115412 Tandem Computers Incorporated
Considerations
The default authority level of this command is 0.
You can enter this command from any NCL procedure, except the INIT NCL
procedure, by using either the CMD core statement or the INTCMD verb.
For related information, see the other DEBUG commands and the EXEC, FLUSH,
SHOW NCL, and START commands.
Examples
1. The following example stops a debug session for the current NCL process:
DEBUG STOP
2. The following example stops debugging the specified NCL processes:
DEB STO ID=2010 ID=2011 ID=2012
3. The following example stops debugging all NCL processes, removes all
breakpoints, and resumes execution of the NCL processes:
DEB STO ALL TYPE=CONTINUE