• 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
Breakpoints in subprojects?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Breakpoints in subprojects?


  • Subject: Breakpoints in subprojects?
  • From: Justin Greenfield <email@hidden>
  • Date: Fri, 1 Jul 2005 14:12:52 -0500

I'm curious as to what I'm doing wrong in this situation...

I have a project, a cocoa application, that makes use of some carbon static libraries we've written. The cocoa project is set up with dependencies on the carbon static lib subproject. So in my CocoaApp.xcodeproj I have added FooLibrary.xcodeproj and made the CocoApp target depend on FooLibrary's target, libFoo.a.

I need to break down inside of libFoo.a... so I open FooLibrary.xcodeproj, go to the line of code where I need to break, and add the breakpoint. Then, back in CocoApp.xcodeproj, when I launch the debugger, the breakpoint down inside of libFoo.a doesn't fire. If I set a breakpoint in CocoApp on the line where I call into libFoo.a then I can step down into the static lib's code and verify that it is being executed, but the breakpoint just doesn't work. I do have debug symbols turned on, etc.

However, I also have another app, which is carbon based, that also depends on FooLibrary.xcodeproj, and when I debug that app, the breakpoints I've set in the subproject DO fire, like I expect.

Any ideas or suggestions?  Probably something obvious...


Thanks!

Justin
_______________________________________________
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


  • Follow-Ups:
    • Re: Breakpoints in subprojects?
      • From: Chris Friesen <email@hidden>
  • Prev by Date: Re: Xcode 2.1 and group renaming
  • Next by Date: Re: problems linking with dylib
  • Previous by thread: Re: Xcode 2.1 and group renaming
  • Next by thread: Re: Breakpoints in subprojects?
  • Index(es):
    • Date
    • Thread