|
Trace runs the Java language program passed as an argument and generates a trace of its execution. Trace is a simple command line tool that uses the Java Debug Interface (JDI). Programs need not be compiled for debugging since this information is not used. Trace can be invoked as follows: java Trace options class argsYour classpath must include the Java 2 SDK's lib/tools.jar file which contains the JDI Library (see set-up), the path to the compiled trace class files, and the path for the application being traced. Available options are:
class is the program to trace. args are the arguments to class.
Source for trace
Full source code for trace is included in the
Building trace
To completely rebuild the trace classes from the
provided source files in the | |||||||
|