NET/MASTER Network Control Language (NCL) Programmer's Guide
Continuing Execution of an NCL Process
Debugging an NCL Process
9–52 106160 Tandem Computers Incorporated
Continuing Execution
of an NCL Process
During a debug session, when execution is temporarily suspended at a breakpoint,
you can resume execution using either the DEBUG RESUME command or continuing
execution using the DEBUG STEP command.
The examples in this subsection assume you have executed the commands in the
following screen:
(08:42) --------------------- OPERATOR CONTROL SERVICES ----------------------
START ZEX0902N THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG
|NM1060 PROCEDURE ZEX0902N NCLID 581 PAUSED
DEBUG START ID=581
NNM1901 NCL 000581 DEBUG SESSION INITIATED
NNM1902 NCL 000581 SUSPENDED AT ZEX0902N.8 LINE 22
GO ID=581 Y
DEBUG BREAKPOINT S=16
NNM1909 NCL 000581 BREAKPOINT 1 CREATED
DEBUG RESUME
NNM1905 NCL 000581 RESUMED
NNM1902 NCL 000581 SUSPENDED AT ZEX0902N.16 BP 1 LINE 34
_____________________________________________________________________________
---------- ------------------ NonStop NET/MASTER D30 ---------------- --------
M=>
These commands start a debug session for the ZEX0902N NCL process and suspend
execution at statement 16.