NonStop Server for Java (NSJ) Tools Reference Pages (NSJ 2.0+)
Reads commands from a file.
out filename
Sets the standard output device to the specified file.
sleep milliseconds
Puts the debugger to sleep.
source [line-number|method]
Prints source code (very similar to the list command).
t [threadID|all]
With no argument, dumps the stack of the current thread. With all, dumps the stack of each thread in the current
thread group. With threadID, dumps the stack of the specified thread (very similar to the where command).
yield
Yields the current thread (the debugger), giving up control of the processor so other threads (programs) can run.
See Also:
javac●
rmic●
java●
javah●
javap●
javadoc●
NSJ Tools Home Page
NonStop
TM
Server for Java
TM
Tools Reference Pages (426948-001)
Copyright © 2001, Compaq Computer Corporation. All rights reserved.