NET/MASTER Management Services (MS) Command Reference Manual
DEBUG LIST BREAKPOINTS
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–43
Examples
1. The following example lists the breakpoints in the current NCL process. The
following screen displays the results.
DEBUG LIST BREAKPOINTS
(08:59) --------------------- OPERATOR CONTROL SERVICES ----------------------
START WORDS THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG
NNM1060 PROCEDURE WORDS NCLID 1536 PAUSED
DEBUG START ID=1536
NNM1901 NCL 001536 DEBUG SESSION INITIATED
NNM1902 NCL 001536 SUSPENDED AT WORDS.8 LINE 22
GO ID=1536 Y
DEB B S=16 S=WORDS.LEFT_TITLE.1 PROC=EXIT V=LINE TY=W T
NNM1909 NCL 001536 BREAKPOINT 1 CREATED
NNM1909 NCL 001536 BREAKPOINT 2 CREATED
NNM1909 NCL 001536 BREAKPOINT 3 CREATED
NNM1909 NCL 001536 BREAKPOINT 4 CREATED
NNM1909 NCL 001536 BREAKPOINT 5 CREATED
DEBUG LIST BREAKPOINTS
NNM1919 NCL 001536 BREAKPOINT 1 WORDS.16
NNM1919 NCL 001536 BREAKPOINT 2 WORDS.LEFT_TITLE.1
NNM1919 NCL 001536 BREAKPOINT 3 PROC=EXIT
NNM1919 NCL 001536 BREAKPOINT 4 VBL=LINE TYPE=WRITE
NNM1919 NCL 001536 BREAKPOINT 5 TERMINATION
NNM0999 *END* 5 BREAKPOINTS LISTED
_____________________________________________________________________________
---------- ------------------ NonStop NET/MASTER D30 ---------------- --------
PM=>
2. The following example is the abbreviated form of the preceding example:
DEB LI B
3. The following example lists the breakpoints in the NCL process with the NCL ID
of 1234:
DEB LI B ID=1234