NonStop Server for Java (NSJ) Tools Reference Pages (NSJ 2.1+)
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 (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 (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●
Tools Home Page
NonStop Java Tools Reference Pages (425948-002)
Copyright © 2002, Compaq Computer Corporation. All rights reserved.