Re: debugging a framework ?
Re: debugging a framework ?
- Subject: Re: debugging a framework ?
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 11 Mar 2004 19:34:19 -0700
On Mar 11, 2004, at 6:00 PM, Koen van der Drift wrote:
My app uses an open source framework, so I have the code on my disk,
however, in the XCode project of my app I only see the headers. Is it
possible to debug the code in a framework?
Yes. If you open the framework source files inside the application
project by double-clicking on them in the Finder with the app's project
window at the front, then you should be able to set breakpoints on the
framework source and GDB ought to hit those breakpoints when the occur.
Or you can step into the framework's methods from the application.
Don't forget to build the framework with debugging symbols on and
optimization off...
Nick Zitzmann
<
http://seiryu.home.comcast.net/>
<
http://www.freshlysqueezedsoftware.com/>
S/MIME signature available upon request
UNIX: Where /sbin/init is Job #1.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.