Improvements since the last version :
- Code to follow call of java methods from native code completely rewritten. The plug-in does not rely anymore on the ending lines of native functions. Less code and more reliable !
- Correction of some bugs and creation of message dialogs instead of using standard output stream.
- Documentation on the eclipse wiki page and advertisement on eclipse mailing lists
Some links :
5 comments:
You should also consider the opposite case: launch a C debugger and later attach the Java debugger.
Native programs (eclipse.exe as an example) can use the JNI Invocation API to start the VM and it is useful to debug the native code and then once the vm has been started, step into Main.
Thanks andrew.
I thought this case was less interesting. I open a bug and will begin to work on it asap.
I'm being selfish, I work on the eclipse launcher so I look for my own use case first :) I doubt there are many developers writing java launchers, I expect there are many more who start with the java debugger.
The update site doesn't work
updated should work now.
Thanks for the remark.
Post a Comment