Re: Xcode won't debug!
Re: Xcode won't debug!
- Subject: Re: Xcode won't debug!
- From: Jim Ingham <email@hidden>
- Date: Fri, 6 Aug 2004 13:36:21 -0700
Ah, then ignore my other note...
If you don't use the Development build style, the compiler won't emit
any debug information. That shouldn't keep the debugger from running,
but it will mean we won't be able to resolve your breakpoints, so the
program won't stop when you think it should. You should be able to
interrupt it by hand, but again, the backtrace won't have any symbols
in it, you won't see local variables, etc...
Jim
On Aug 6, 2004, at 12:52 PM, Jamie wrote:
On 6 Aug 2004, at 19:47, Chris Espinosa wrote:
On Aug 6, 2004, at 11:04 AM, 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?
Jamie
_______________________________________________
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.
_______________________________________________
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.
_______________________________________________
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.