How to Use Eclipse to Debug JNI code (Java & C/C++)
- by tkryger
While I can debug my application with the Eclipse JDT debugger for Java code and GDB for C code, I would prefer to use a single tool for all my debugging. I found several projects that enable "mixed-mode" debugging in Eclipse and include support for single stepping between Java and native code.
Intel's Integrated Debugger for Java/JNI Environments
Mariot Chauvin's Summer of Code Project: Support Seamless Debugging between JDT & CDT
Unfortunately, one claims to be pre-release quality and the other is currently unmaintained.
Are there any plug-ins that bring mixed mode debugging functionality to Eclipse in a reliable way or should I continue to use two separate debuggers?