Re: debugging javaVM inside C++ app
Re: debugging javaVM inside C++ app
- Subject: Re: debugging javaVM inside C++ app
- From: David Ewing <email@hidden>
- Date: Tue, 17 May 2005 12:06:42 -0600
On May 16, 2005, at 5:36 PM, Frank Rimlinger wrote:
I have a C++ Xcode project that makes jni calls. Is there any way
to "trick" the debugger to step into the java code as a java
debugger, or to somehow attach a separate java debugger to the jvm
instantiated inside of C++?
You should be able to switch to debugging Java using the Executable
inspector, but you can't debug both within Xcode at the same time.
You can also debug with the Java debugger in Xcode, and attach to the
process separately using gdb from a Terminal window.
Dave
_______________________________________________
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