2.13 released
Nathan Fiedler <[email protected]> 29 Jan 2003 23:42:35 -0800
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Organization | Blue Marsh Softworks |
| Message-ID | <1043912555.1528.29.camel@chip> |
- Abolished the use of the Logger to report errors and warnings. Instead, problems are dealt with more appropriately or are reported via the messages text area. - Use bold for changed variables in the locals panel, as that is much easier to notice while single-stepping. - Implemented RFE 42: classes panel now shows methods for the classes. Double-clicking on a method node opens the source to that location. - Implemented RFE 707: indicate breakpoint resolution in the breakpoint properties dialog. - Fixed bug 660: do not let a failed resolution for one class stop the scanning loop from finding another that might work. - Fixed bug 676: the log was using an unreliable method for stopping the flusher thread. Only the unit tests seemed to be calling this method, which is why the bug was filed as a unit test bug. - Fixed bug 702: methods panel was not properly deactivating. - Fixed bug 703: stack and methods panel allowed useless selection. - Fixed bug 706: use verbose error messages in the display panels. - Fixed bug 708: display appropriate message in stack panel when call stack is empty. enjoy n