java-dev
[Prev] Thread [Next] | [Prev] Date [Next]
Xcode 3 jni debugging issues Brian Chrisman Fri Jul 11 12:20:57 2008
Howdy, We're developing an Eclipse plugin that also happens to load some JNI libraries. We debug the java side with Eclipse and the native side with Xcode by attaching the debugger to the java process after it's been launched from the Eclipse debugger. This has always worked for us on Tiger w/Xcode 2.4.1. However, on Leopard with Xcode 3.0, attaching the Xcode debugger hangs the target application and the debugger. Strangely enough, running gdb from the command line and attaching works just fine. So as a workaround we can debug from the command line but for obvious reasons we'd rather use the GUI front end for debugging. Since Leopard also supports Xcode 2.5 we've also tried that with the same workflow and it resulted in crashing gdb. Sound familiar to anyone? Any suggestions would be much appreciated. This issue has been logged in Radar as bug# 5947306. Brian Chrisman Adobe Systems
_______________________________________________ Do not post admin requests to the list. They will be ignored. Java-dev mailing list ([EMAIL PROTECTED]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/java-dev/alexiscircle%40gmail.com This email sent to [EMAIL PROTECTED]
- Xcode 3 jni debugging issues Brian Chrisman <=