NET/MASTER Management Services (MS) Command Reference Manual

DEBUG START
NonStop NET/MASTER MS Commands
2–64 115412 Tandem Computers Incorporated
Examples
1. The following example starts a debug session for a single NCL process:
DEBUG START ID=1234
2. The following example starts a debug session for currently executing NCL
processes:
DEBUG START PROCS=CURRPROCS
3. The following example starts a debug session for newly executed NCL processes:
DEBUG START
4. The following example starts a debug session for both currently executing and
newly executed NCL processes:
DEBUG START PROCS=ALLPROCS
5. The following example starts a debug session for newly executed NCL processes
in window 2:
DEBUG START PROCS=NEWPROCS WINDOW=2
6. The following example starts a debug session for currently executing NCL
processes owned by a specific user:
DEBUG START PROCS=CURRPROCS USER=NNMUSER1
7. The following example starts a debug session for NCL processes currently
executing in a dependent processing environment owned by user NMTJN at
terminal TERM1 in window 1:
DEBUG START U=NMTJN P=CURRPROCS T=TERM1 W=1 E=DEPENDENT