• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Problems stepping into a static linked library.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >Problems stepping into a static linked library. (From: Neil MacKenzie <email@hidden>)

  • Prev by Date: Problems stepping into a static linked library.
  • Next by Date: Re: TechNote for building Universal Binary...
  • Previous by thread: Problems stepping into a static linked library.
  • Next by thread: Keeping my project on an external drive
  • Index(es):
    • Date
    • Thread