• 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: Yellow break points in XCode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Yellow break points in XCode


  • Subject: Re: Yellow break points in XCode
  • From: "Peter Ogilvie" <email@hidden>
  • Date: Tue, 2 Dec 2008 11:03:50 -0800


Thank you so much!  I spent two days trying to figure out how to get the debugger to work after downloading the iphone developer kit and joined this list for help on this problem!  I hope a bug is filed on this problem.


On Mon, Dec 1, 2008 at 11:49 PM, David Geldreich <email@hidden> wrote:
Hello Dianel,

Le 2 déc. 08 à 02:17, Daniel Wambold a écrit :

I have intermittently had trouble with adding debugger break points to my ObjC code in XCode. Sometimes, the breakpoints turn yellow and the debugger will not stop at them. I cannot discern a pattern to this behavior. What is happening? It's DEFINITELY not something I'm telling XCode to do; It seem to occur without any provocation such as choosing menu items. Quitting and restarting XCode does not fix the problem, but sometimes pausing the execution, turning off then turning on break points allows the debugger to work normally. Thanks in advance for your help. I'm sure it's something simple, but I'm totally stumped.

That's something I also encountered; the solution I found is to NOT "load symbols lazily".

In Xcode Preferences | Debugging | Symbol Loading Options | uncheck Load symbols lazily

In other cases, when Xcode show strange behaviour (showing a stopped app as running, not stepping on objc_msgSend, ...), I delete :
- the whole build directory : rm -rf build
- myproject.xcodeproj/login.perspectivev3 and myproject.xcodeproj/login.pbxuser
[warning, you will loose your breakpoints, windows layout, ...]

And in most of the cases, Xcode goes back to normal behaviour.

Hope this will work for you.

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

  • Follow-Ups:
    • Re: Yellow break points in XCode
      • From: Jim Ingham <email@hidden>
    • Re: Yellow break points in XCode
      • From: Rick Mann <email@hidden>
References: 
 >Yellow break points in XCode (From: Daniel Wambold <email@hidden>)
 >Re: Yellow break points in XCode (From: David Geldreich <email@hidden>)

  • Prev by Date: Re: No such file <MyFramework/MyFramework.h>
  • Next by Date: Re: No such file <MyFramework/MyFramework.h>
  • Previous by thread: Re: Yellow break points in XCode
  • Next by thread: Re: Yellow break points in XCode
  • Index(es):
    • Date
    • Thread