Re: Debugging Xcode project on 10.2.8 system?
Re: Debugging Xcode project on 10.2.8 system?
- Subject: Re: Debugging Xcode project on 10.2.8 system?
- From: Dave Camp <email@hidden>
- Date: Thu, 9 Sep 2004 09:27:24 -0700
On Sep 9, 2004, at 12:43 AM, Lance Drake wrote:
Oh, this has got to seem like such a lamo question - but, since XCode
doesn't install on 10.2.8 - what is the preferred/suggested strategy
for debugging problems that only show up under 10.2.8 where a variety
of the project has been built with the XCode 10.2.8 SDK?
I would guess you could use command line GDB. Mount your dev machine so
you have access to the source. Attach to the app with gdb and do
something like:
directory /path/to/source1
directory /path/to/source2
...
That should allow GDB to find the source for the executable.
If you are creative, you might be able to get the PB Debugger UI to
work if you can get it to attach and find the source. I have not tried
that...
Dave
---
It is dark; you are likely to be eaten by a grue. -Zork
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.