Re: Xcode won't debug!
Re: Xcode won't debug!
- Subject: Re: Xcode won't debug!
- From: Chris Espinosa <email@hidden>
- Date: Fri, 6 Aug 2004 13:25:18 -0700
On Aug 6, 2004, at 12:52 PM, Jamie wrote:
Hi there.
This is my first post to this list so hello all. I have a little
(or large) problem with Xcode that I can't sort out and I don't
know where to start looking.
Basically I have been working on a project for sometime and it has
suddenly stopped letting me use the debugger. This has been the
case for some days now, but now it is really starting to annoy me.
It goes through the motions of putting the debugger on the screen
and it doesn't log to the log window, but it doesn't actually debug
anything! I have no idea where to look to solve this. Is this
just some sort of corruption in the project file?
I have had the same thing happen to me on an AppleScript studio
project I worked on and it is extremely annoying. I have had to
revert to NSLogging all over the shop in this case simply to tell
what is going on in my code. FYI - This is the case on Xcode 1.2
and 1.5.
Any ideas greatly appreciated.
The first thing to check is to see whether you've set Deployment
build style. Select your project (the blue icon), choose Get Info,
click the Styles tab, and make sure Development is checked.
Chris Espinosa
Apple
Wahoo!!!!! Thanks very much. Anyone care to offer a technical
explanation of why you need to be on the development build style?
Because the Development build style has debugging symbols (slow, big,
but debuggable) and the Deployment build style doesn't (fast, small,
doesn't disclose your internals, can't be debugged).
Chris
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.