Re: Help debugging a framework
Re: Help debugging a framework
- Subject: Re: Help debugging a framework
- From: Fritz Anderson <email@hidden>
- Date: Thu, 19 Jan 2006 16:29:59 -0600
On 19 Jan 2006, at 2:26 PM, Greg Norz wrote:
I am having some trouble stepping into code inside one of my
frameworks.
In the debugger, hitting "Step Into" just jumps over the desired
line of
code as if I hit "Step Over".
In my framework's project I have the following settings : Generate
Debug
Symbols checked; Optimization Level: None; Strip Style : Non-Global
Symbols; Installation Directory : @executable_path/../Frameworks; Skip
Install checked.
In my application I have the framework copied to the Frameworks
directory of the bundle. I've verified that this is indeed happening.
Any other suggestions as to why I can't step into my code inside the
Framework? Oh, opening up a source file and placing the breakpoint in
there doesn't help.
Try, while stopped at a breakpoint, Debug -> Tools -> Shared
Libraries...; find the .ob file containing the code you want to step
into, and change the load level to "All."
Or brute-force it by turning off ZeroLink in your main target.
-- F
--
Fritz Anderson
Consulting Programmer -- http://resume.manoverboard.org/
Step into Xcode, coming out late January -- http://six.manoverboard.org/
_______________________________________________
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