Re: Setting Debug Mode?
Re: Setting Debug Mode?
- Subject: Re: Setting Debug Mode?
- From: Jens Alfke <email@hidden>
- Date: Mon, 12 Sep 2011 14:41:35 -0700
On Sep 12, 2011, at 10:35 AM, Todd wrote: What is happening is I am getting some EXEC_BAD_ACCESS and when I try and ass a variable to the _expression_ window I get an 'unable to access 'variable name'' message in the debugger console.
Yes, that usually means that the code was optimized too much for the debugger to be able to locate the variable.
I recall this could happen if there was no debug target...
There’s not usually a “debug target”. Targets can be built with any configuration, and there are usually Debug and Release configurations. So the target is what you want to build and the configuration is how you want to build it.
Since you’re talking about Xcode 3, you can choose a configuration from the pop-up in the toolbar.
—Jens |
_______________________________________________
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