Re: Xcode Debugger Shows Incorrect Variable Information

2015-08-10 Thread Richard Charles
> On Aug 9, 2015, at 5:28 PM, Graham Cox wrote: > > 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. My optim

Re: Xcode Debugger Shows Incorrect Variable Information

2015-08-09 Thread Graham Cox
> On 8 Aug 2015, at 2:59 pm, Richard Charles 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 buil