NET/MASTER Messages Manual
NNM1937
Messages
106159 Tandem Computers Incorporated 2–343
NNM1935 NCL
nclid
END OF
type
name
Cause. A DEBUG SOURCE command was issued, and the message is part of the
response. The line indicates that all the decompiled statements are listed.
nclid
is the ID of the NCL process being debugged.
type
is FUNCTION or PROCEDURE.
name
is the name of the function or procedure.
Effect. The decompiled statements are listed.
Recovery. This message is informational only; no recovery action is necessary.
NNM1936 NCL
nclid
VBL
vblname
accesstype
ACCESS
Cause. A variable breakpoint in an NCL process was triggered.
nclid
is the ID of the NCL process being debugged.
vblname
is the name of the variable.
accesstype
is DROP, READ, or WRITE.
Effect. The NCL interpreter is suspended at the next loss of control, at which time you
can examine the contents of the variable.
Recovery. This message is informational only; no recovery action is necessary.
NNM1937 NCL
nclid
INVALID VARIABLE NAME
vblname
Cause. A DEBUG BREAKPOINT command was issued but an invalid variable name
was specified.
nclid
is the ID of the NCL process being debugged.
vblname
is the name specified for the variable.
Effect. The breakpoint is not set.
Recovery. Specify the correct name and retry the command.