2.14 released

Nathan Fiedler <[email protected]> 13 Mar 2003 00:35:19 -0800
Newsgroups gmane.comp.java.jswat.user
Organization Blue Marsh Softworks
Message-ID <1047544519.1095.0.camel@chip>
- Added a "hide zombie threads" item to the threads panel popup menu.
- Removed ancient artifact, the vmlist command (and the related action
  that has been hidden for some time now). It was an embarrassing
  misunderstanding that spawned this useless little cretin and now it
  is finally dead.
- Fixed bug 694: added a brief sleep to the 'next' command unit test
  to allow the debuggee to resume.
- Fixed bug 704: user input to the debuggee is sent to the output text
  area, to better simulate the input and output interaction.
- Fixed bug 714: source view popup menu would throw exception when the
  "Run to line" feature was invoked during an inactive session.
- Fixed bug 715: check that the .zip or .jar entry is actually a file
  when accessing it via the sourcepath setting. Otherwise treat it as
  a directory entry.
- Fixed bug 720: locals panel would display inappropriate error message
  when the local variable information was missing for a class.
- Fixed bug 723: make the threads panel auto-refresh an option, to
  avoid problems with applications with a high thread turn-over rate.
- Fixed bug 724: made the threads panel update efficiently, so now if
  thread events happen frequently among a large set of threads, the
  panel redraws very quickly.
- Fixed bug 726: made breakpoint properties dialog class ID text field
  not editable, instead of disabled, so it is scrollable.

enjoy

n