Re: Breakpoints under JNI?
Re: Breakpoints under JNI?
- Subject: Re: Breakpoints under JNI?
- From: "JonathanF" <email@hidden>
- Date: 4 Jul 2008 18:08:53 -0000
- Encoding: 8bit
Thanks to Fritz Anderson for explaining how to use gdb instead of javabug. I now get gdb instead of javabug in the console window, which I guess is a step in the right direction.
However, the debugger still doesn't stop on the breakpoints. The breakpoints are colored orange in the Xcode source editor -- apparently that means that Xcode/gdb can't match them to the symbolic information?
Is there some build-flag I need to set to generate symbolic info for debugging? Or some way I need to tell the debugger where the source-code for the library is? -- Since the library is being called from JNI, it seems reasonable that the debugger might not know how to find the source-code, but I don't know how to tell it....
TIA,
Jonathan
_______________________________________________
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