NET/MASTER Management Services (MS) Command Reference Manual

DEBUG CLEAR
NonStop NET/MASTER MS Commands
2–36 115412 Tandem Computers Incorporated
Examples
1. The following example clears all breakpoints in the current NCL process. The
following screen displays the results.
DEBUG CLEAR BREAKPOINT=ALL
(09:01) --------------------- 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
DEBUG CLEAR BREAKPOINT=ALL
NNM1915 NCL 001536 5 BREAKPOINTS CLEARED
---------- ------------------ NonStop NET/MASTER D30 ---------------- --------
PM=>
2. The following example is the abbreviated form of the preceding example:
DEB C B=A
3. The following example clears a single breakpoint:
DEB C B=12
4. The following example clears specified multiple breakpoints:
DEB C B=12 B=15 B=22 B=33