Re: I do not understand this XCode 3 behaviour
Re: I do not understand this XCode 3 behaviour
- Subject: Re: I do not understand this XCode 3 behaviour
- From: Michael Dautermann <email@hidden>
- Date: Mon, 26 Nov 2007 13:42:32 -0800
On Nov 26, 2007, at 12:40 PM, Gerben Wierda wrote:
I have upgraded to Leopard and installed the new developer tools. I
can open and compile my project. But it seems whatever I change
does not end up in the app when I want to run it via the debugger.
That is, I set a breakpoint on a message that is displayed in a view
and I see the message, but there is no breakpoint. So I change the
message to something else, rebuild and debug and the message has not
changed. I did not try to run outside the debugger. I did a complete
clean project, but that did not help.
In other words, I build my app, run it from XCode but none of my
changes take hold.
Is this a common misunderstanding when upgrading? Something I should
change in my setup?
Are you running the "Debug" or "Development" target of your project?
Breakpoints don't typically hit on Release targets.
Try running your app and then do "Reveal In Finder" on your
application's icon in the dock. It'll show you which version of your
application you're really running.
You can also try doing a completely clean build (throw out the "build"
folder, restart XCode), and see if that works for you.
hth
_______________________________________________
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