Starting Out
The following are instructions on starting out to use the JDebugTool®
graphical Java™ debugger on MS Windows®. The instructions are
analogous for other operating systems as well.
Download and save
jdebugtool.jar in a directory of your choosing,
for example:
c:/Users/Mike/jdebugtool/jdebugtool.jar
-
Invoke JDebugTool by typing the following command (all on one line):
"c:/Program Files/Java/jdk1.6.0_21/bin/java" -cp
"c:/Users/Mike/jdebugtool/jdebugtool.jar;
c:/Program Files/Java/jdk1.6.0_21/lib/tools.jar"
com.debugtools.jdebugtool.Main
Note well that there is no space after the semicolon. On UNIX® use a colon instead of
the semicolon as the classpath separator.
You should now be able to start using the JDebugTool GUI immediately.
The reference Getting Started Tutorial provides
detailed instructions on getting started to use JDebugTool, if needed.
The How To Debug
provides additional instructions on how to debug various Java applications.
Thanks for trying out JDebugTool !
|