• 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: David Geldreich <email@hidden>
  • Date: Tue, 2 Dec 2008 08:49:09 +0100

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


  • Follow-Ups:
    • Re: Yellow break points in XCode
      • From: "Peter Ogilvie" <email@hidden>
References: 
 >Yellow break points in XCode (From: Daniel Wambold <email@hidden>)

  • Prev by Date: Re: Interface Builder mark my file as modified each time I load it
  • Next by Date: class view ?
  • Previous by thread: Yellow break points in XCode
  • Next by thread: Re: Yellow break points in XCode
  • Index(es):
    • Date
    • Thread