by Tom Harrington <tph@[EMAIL PROTECTED]
>
May 15, 2008 at 10:03 AM
In article
<b5f291f1-15e9-4b1f-8e0c-b22d79514717@[EMAIL PROTECTED]
>,
RRD <gamiravi.d@[EMAIL PROTECTED]
> wrote:
> Hi All,
> I am X-Code application developer. I had created one simple
> framework in X-code. I am using this framework from other application.
> I want to debug framework code from my application. How i can debug
> framework code?
If you build debug versions of both the application and the framework,
it's almost the same as debugging the application. Open the framework
project in Xcode and set a breakpoint somewhere. Then run the
application in the debugger, and do whatever it takes to make the
application reach the breakpoint.
--
Tom "Tom" Harrington
Independent Mac OS X developer since 2002
http://www.atomicbird.com/