NET/MASTER Management Services (MS) Command Reference Manual
DEBUG LIST BREAKPOINTS
NonStop NET/MASTER MS Commands
2–42 115412 Tandem Computers Incorporated
DEBUG LIST
BREAKPOINTS
The DEBUG LIST BREAKPOINTS command lists the breakpoints in an NCL process.
Entering the DEBUG LIST BREAKPOINTS command with no operands lists the
breakpoints in the current NCL process.
DEBUG LIST BREAKPOINTS [ ID=
ncl-id
]
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).
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.
Messages NNM1918, NNM1919, and NNM0999 indicate the results of this
command. Refer to the NonStop NET/MASTER Messages Manual or NonStop
NET/MASTER MS online help for a description of these messages.
Each breakpoint set in an NCL process is allocated a unique number, starting from
1 and incrementing by 1 through to the maximum number of breakpoints you can
set in a single debug session: 65535. A breakpoint number is not reallocated if a
breakpoint is later cleared.
For related information, see the other DEBUG commands and the EXEC, FLUSH,
SHOW NCL, and START commands.