• 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: Static Libs + Ignored Breakpoints
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Static Libs + Ignored Breakpoints


  • Subject: Re: Static Libs + Ignored Breakpoints
  • From: Jason Molenda <email@hidden>
  • Date: Tue, 5 Sep 2006 17:21:14 -0700


On Sep 5, 2006, at 5:08 PM, Robert Kukuchka wrote:

Hello all,
I looked over the archive a bit, but didn't see any substantial answer to what I had going on. I've got a Cocoa Application with some Objective-C++ code. I'm linking in some C++ static libraries from other XCode projects, and I can't seem to get breakpoints to work. Within the GUI they turn "orange" and are ignored. I can set them from the command line, but this is a bit of a nuisance for me. I'm using XCode 2.3 btw. Is this fixed in 2.4? Any other clues or suggestions? Zero-Link is definitely off.

With Load Symbols Lazily enabled (the default), Xcode instructs the debugger which dylib/bundle the breakpoint is being set in and the debugger won't set it in any place. When people create a static library, that library often ends up in multiple dylibs/bundles/ frameworks and Xcode can fail to pick the location correctly. The easiest workaround here is to turn off lazy symbol loading -- Xcode's preferences pane, Debugging panel.


J
_______________________________________________
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: 
 >Static Libs + Ignored Breakpoints (From: Robert Kukuchka <email@hidden>)

  • Prev by Date: Re: Static Libs + Ignored Breakpoints
  • Next by Date: Re: SSE performance library
  • Previous by thread: Re: Static Libs + Ignored Breakpoints
  • Next by thread: QTKit -Quicktime compile error: [more info]
  • Index(es):
    • Date
    • Thread