Re: Problems stepping into a static linked library.
Re: Problems stepping into a static linked library.
- Subject: Re: Problems stepping into a static linked library.
- From: Jim Ingham <email@hidden>
- Date: Tue, 11 Apr 2006 18:37:52 -0700
Sounds like you may have built the static library without debug
information. You can check this by doing:
nm -ap staticLibrary.a | grep "SO "
If you don't see a bunch of file names you recognize coming out of
this, then the library was built without debugging info.
Jim
On Apr 11, 2006, at 6:22 PM, Neil MacKenzie wrote:
XCode Users:
I am having problems stepping into a statically linked library.
All routines from the library appear light grey and you can't step
into them.
The application is made up of a bunch of loadable bundles
(CFPlugin) , one of which links to a static library. I have no
problem debugging the plugins but I can't step into the routines
inside the static library.
I am using XCode 2.2 and the code is written in C.
Neil
_______________________________________________
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
_______________________________________________
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