 |
JSwat Project Home Page
Graphical Java Debugger
|
This page contains all of the information, specifications, and
source code for the JSwat project. JSwat is an extensible,
standalone, graphical Java debugger front-end, written to use the
Java Platform
Debugger Architecture (JPDA) package provided by JavaSoft. The program is licensed
under the GNU
General Public License and thus is freely available in binary
as well as source code form. You should also check out the page on
the Open-Source
Directory and Freshmeat.
What's New
- 2.0-alpha1 - April 16, 2002
-
- Implemented #295: moved the console adapter class to a
new package.
- Implemented #433: applied Masaru Ohba's
implementation for proportional font support in the source
view text area.
- Reorganized the source code layout to be a bit more
logical.
- Added JSwat test classes under the 'test'
directory.
- Removed the report package in favor of java.util.logging
classes.
- Removed AppSettings class in favor of
java.util.prefs.Preferences class. Existing ~/.jswat/settings
file will be deleted and old settings will be lost. Sorry for
the inconvenience.
- Removed code to work around JPDA bug 4331522 since this
is fixed in JDK 1.4.
- 1.5.10 - April 16, 2002
-
- Fixed bug #426: remove support for the 'assert'
keyword as it requires JDK 1.4 and this version of JSwat does
not support that version of the JDK. Instead, use the 2.0
series.
- Implemented #433: applied Masaru Ohba's
implementation for proportional font support in the source
view text area.
- 1.5.9 - April 8, 2002
-
- Removed JDK 1.4 dependencies again.
- Fixed classpath/sourcepath dialog table sizing problem
apparent only in JDK 1.2.2.
What's Old
Request for Reviews
I am looking for links to web pages that review the various Java
debuggers that are available. For instance, I would like to know
what other Java programmers think about Karmira's BugSeeker
or Borland's JBuilder.
nfiedler at
bluemarsh.com
Java