Re: Xcode 5 Debugger, local NSInteger variables always 0
Re: Xcode 5 Debugger, local NSInteger variables always 0
- Subject: Re: Xcode 5 Debugger, local NSInteger variables always 0
- From: Markus Spoettl <email@hidden>
- Date: Tue, 01 Oct 2013 21:51:11 +0200
On 10/1/13 9:41 PM, Jeffrey Walton wrote:
Any ideas?
What's the Debug and Optimization levels being used. For Debug builds,
you generally want -g3 so the symbol file includes #define's and
symbolic constants; and -O1 to ensure minimal optimizations are
performed. You can also use -O0, but that usually inhibits a lot of
source code analysis.
It's set to "None [-O0]"
Regards
Markus
--
__________________________________________
Markus Spoettl
_______________________________________________
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