Debugging JNI
Debugging JNI
- Subject: Debugging JNI
- From: Paul Archibald <email@hidden>
- Date: Wed, 6 Sep 2006 13:40:51 -0700
Comrades,
Is it possible to set up an Xcode project in such a way that I can
step into the JNI lib we have built? The JNI is built via a makefile
with gcc, and the Pure Java app is built using Xcode. Can I modify
the makefile to emit debug symbols that the Xcode debugger can see
and step into? I would like to be able to step from the Java code
into the JNI code (for which I have the source and makefile.)
I'm not emitting symbols for the JNI lib, but the Xcode project Debug
Info Format is Stabs. I don't remember how to set which debugger I am
using for the Java app.
Gracias,
Paul
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden