for download at

http://sunsite.auc.dk/jde/


JDE-2.1.6beta19 Release Notes
=============================

* JDEbug now sets breakpoints in inner classes. 

Thanks to Gordon Hirsch of Sun's Java debugger team for providing me with a
workaround to a JPDA bug that was preventing inner class breakpoints from
being set correctly.

* Stack up and down commands now work.

These commands work only for the thread on which a breakpoint or step point
has occurred. A future release will provide a stack navigator that will
allow you to navigate the stack of any thread.

* When displaying local variables, the debugger was incorrectly quoting
characters, causing Lisp errors. Thanks to [EMAIL PROTECTED] for
reporting this bug.


============================================================================
About the JDE
============================================================================

The Java Development Environment for Emacs is a freeware  Emacs/JDK-based
IDE for creating Java applications. It has all the features usually
associated with the term IDE except for a GUI designer. Advantages of the
IDE include speed, reliability,  multiple platforms (WIndows and Unix), and
configurability. Technical support is available via the JDE mailing list
which currently numbers more than 630 subscribers.

JDE Features
-------------------

* Supports all versions of the Sun JDK, including 1.3 beta

* Autoindentation

* syntax coloring

* JPDA-based source-level debugger that supports multiple process debugging

* Java source interpreter

* Intelligent method and field completion

* Tree-structured source-code browser

* Class browser

* Hyperlinks from symbols to definitions

* Automatic customizable code generation

* Class import wizard

* Method override wizard

* Context-sensitive help for any classes that have javadoc documentation.

* Built-in support for RCS and CVS source code repositories

* Commands for running and debugging applets

* HTML user's guide




Reply via email to