1. Name- JavaDebugger
2. Version Number- 1.3
3. All Requirements-
* JDK compatibility - 1.3 or higher
* jEdit version - 4.2
* plugin dependencies - JavaCore, Archive
* required third-party applications - none
* libraries to be bundled with the release - none
4. Announcement- Bug fixes and tidying of UI
5. Source Code-
Attached to the plugin submission.
I am still looking for a better place to put my
software any suggestion/help. Note that I cant access
the CVS as I am behing a firewall.
6. Descriptions- This relases has the following features
* Better support to debug multiple programs
* Better watchpoint support
* Options to customize what panels of debugger
are seen
* An optional startup dialog .. to provide last
minute changes to command line parameters classpath etc.
* Minimal help - first time help added to plugin.
Java Debugger plugin version 1.3
Logged In: YES
user_id=265596
Hi Prakash,
A couple things:
* You're missing version requirements in your .props file
for Archive and JavaCore
* I'm getting an NPE when trying to set a breakpiont on a
line -- I don't know if this is something I'm doing wrong
or a bug. See attached file for a stack trace.
-Ollie
Logged In: YES
user_id=1058009
Are you sure you are using the latest (1.3)jar. I think this
was a bug in 1.2 and should have been fixed in 1.3.
Further either configure some classpath via the JavaCore
plugin or select JavaDebugger plugin. the plugin uses the
ClassPathSource implementation to map the filename to class
name for setting the breakpoints. The initialization of
default ClasspathSource fails if nothing is set.
Logged In: YES
user_id=1058009
The source code added to the cvs under plugins/JavaDebugger
Logged In: YES
user_id=396194
I released 1.4, so closed this version submission.