NET/MASTER Network Control Language (NCL) Programmer's Guide

Continuing Execution of an NCL Process
Debugging an NCL Process
106160 Tandem Computers Incorporated 9–55
Stepping Into a Nested Procedure or Function
After suspending execution at statement 16 in the ZEX0902N NCL procedure, the
following screen shows the results of stepping into the next lower nesting level:
(08:17) --------------------- OPERATOR CONTROL SERVICES ----------------------
DEBUG STEP NEXT=IN
NNM1902 NCL 000581 SUSPENDED AT ZEX0902N.TOP_TITLE.1 LINE 47
DEBUG STEP
NNM1902 NCL 000581 SUSPENDED AT ZEX0902N.TOP_TITLE.2 LINE 48
DEBUG STEP
NNM1902 NCL 000581 SUSPENDED AT ZEX0902N.TOP_TITLE.3 LINE 50
_____________________________________________________________________________
---------- ------------------ NonStop NET/MASTER D30 ---------------- --------
M=>
In this example, the result of the DEBUG STEP NEXT=IN command is to step into the
TOP_TITLE function. Each DEBUG STEP command then executes a single statement
in the TOP_TITLE function.