Re: Xcode Debugger Shows Incorrect Variable Information
Re: Xcode Debugger Shows Incorrect Variable Information
- Subject: Re: Xcode Debugger Shows Incorrect Variable Information
- From: Graham Cox <email@hidden>
- Date: Mon, 10 Aug 2015 09:28:52 +1000
> On 8 Aug 2015, at 2:59 pm, Richard Charles <email@hidden> wrote:
>
> Any ideas?
Have you set the debug build to optimise the code? Any optimization tends to screw up what the debugger ‘knows’ about your code - symptoms very like what you’ve described. You need to set optimization to ‘none’ for debug builds.
—Graham
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden