NET/MASTER Management Services (MS) Command Reference Manual
DEBUG STOP
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–71
DEBUG STOP The DEBUG STOP command stops a debug session. Contrast this command with the
DEBUG START command, which starts a debug session.
DEBUG STOP [ ID=
ncl-id
[ [ ID=
ncl-id
] … ] | ALL ]
[ TYPE={ CONTINUE | SUSPEND | TERMINATE } ]
ID=
ncl-id
specifies the NCL process identifier (NCL ID) of an NCL process and sets the
current NCL process. If you do not specify an NCL ID, the default NCL ID is
assumed (see the DEBUG START command for further information about the
default NCL ID).
ALL
specifies all NCL processes currently being debugged.
TYPE
specifies the method to use to stop the debug session. The method you choose
affects what happens to NCL processes currently marked as being debugged.
CONTINUE
removes all breakpoints from the targeted NCL process(es) and resumes
execution if suspended.
SUSPEND
leaves the targeted NCL process(es) in the current state.
If an NCL process is currently suspended, it remains suspended. If an NCL
process is currently executing, it continues to execute. If it encounters a
breakpoint, it suspends execution.
TERMINATE
terminates the targeted NCL process(es).
If an NCL process is currently suspended, it terminates immediately. If an
NCL process is currently executing, it continues to execute. If it encounters a
breakpoint, it terminates.