Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Debugging JNI project with CDT
Debugging JNI project with CDT [message #91955] Sun, 18 January 2004 20:03
Eclipse UserFriend
Originally posted by: user113.gmx.de

How can I debug C/C++ code in an JNI project??

Java Native Interface (JNI) is an mix between java and C/C++ code. When I
start debugging my project, debugger is starting debugging java
application: "java ClassName". It stops at breakpoints made in java code,
but it does not stop at breakpoints made in C code??
Note: Makefile is compiling the C code with "gcc -g" option.

Is there any way how to debug java –and- C/C++ code in JNI??

Thanks a lot:

Nermin B.


My system:
Eclipse 3.0 M6
CDT 2.0 M6
MinGW 3.1.1
Previous Topic:Adding new file extension
Next Topic:Where can I find CDT 2.0 M6?
Goto Forum:
  


Current Time: Thu Jul 17 06:53:12 EDT 2025

Powered by FUDForum. Page generated in 0.04630 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top