2.7 released
Nathan Fiedler <[email protected]>
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Message-ID | <1026719224.1764.3.camel@chip> |
A few new features and a bunch of small bug fixes. - Implemented #267: added popup menu to threads panel for suspending, resuming, and interrupting the threads. - Implemented #303: highlight changed variables in the locals panel. - Implemented #430: added regular expression support to the following commands: apropos, class, classes, fields, threads. - Implemented #581: allow source view popup menu to manage breakpoints even when session is inactive. - Fixed bug #546: avoid NPE in GraphicalAdapter by not setting fields to null. Just can't do the right thing in this case... - Fixed bug #568: brkinfo command now shows breakpoints list; clear, disable, enable, and stop now require arguments. - Fixed bug #572: unresolved breakpoints can now be deleted via the source view popup menu. - Fixed bug #573: add message confirming that some VM connectors may be without a port number in the VM connector list. - Fixed bug #574: keyboard shortcuts now default correctly. - Fixed bug #575: can clear classpath and sourcepath without exception. - Fixed bug #580: do not resolve disabled breakpoints. - Fixed bug #582: avoid Windows registry error/warning message by checking for session property before trying to delete it. - Fixed bug #584: VM start dialog now uses accurate argument defaults and displays the actual values used when launching. enjoy nathan