简体   繁体   中英

eclipse - debugging Java and C++ code seamlessly

I have a project that is written both in Java and C++ communicating through JNI. So far I have been working with IntelliJ Idea for debugging the Java code, and Linux native debugger for the C++ code.

As I was looking for alternatives, I thought using Eclipse for debugging would be the best idea for both java and c++. What are the steps for achieving this? (Obviously I want to import my current project).

I'm a Linux 64 bit user, using eclipse Juno.

Eclipse is the only existing mature "single GUI" solution AFAIK. My usage practice as answer to similar question:

JAVA JNI C Debugger

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM