• 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: Very basic question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Very basic question


  • Subject: Re: Very basic question
  • From: Xochitl Lunde <email@hidden>
  • Date: Thu, 13 May 2010 16:59:47 -0500


Are you meaning that you are able to debug normally, but for some reason you get a message every time you step?  Or do you mean that you cannot debug and when you try to step you get this message?  Are you using Xcode to build your project or are you building it on the command line using autotools, make, or something similar?

Are you sure you're debugging the 'Debug' build configuration and you aren't stripping your program?  Xcode will let you "debug" a Release build of a project, but the result for me is that I can't really debug anything because the release is stripped.   Have you messed with the "Load Symbols Lazily" setting in the Debugging section of Xcode preferences?  In my project I need to have that checked to be able to debug successfully, but the usual symptom is that the program won't stop on breakpoints.

You can see all breakpoints by clicking "Show Breakpoints" in the debugger window that opens with Command+Shift+Y.  You might have to make the window larger to see the "Show Breakpoints" button to the right of the "Step Out" button on the top toolbar.
 _______________________________________________
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: Very basic question
      • From: Jason Breckenridge <email@hidden>
References: 
 >Very basic question (From: Jason Breckenridge <email@hidden>)

  • Prev by Date: Re: How to locate which are not declared in header methods
  • Next by Date: Re: Very basic question
  • Previous by thread: Re: Very basic question
  • Next by thread: Re: Very basic question
  • Index(es):
    • Date
    • Thread