Re: Yellow break points in XCode
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