Re: Weird bug while debugging...
Re: Weird bug while debugging...
- Subject: Re: Weird bug while debugging...
- From: Quincey Morris <email@hidden>
- Date: Wed, 23 Feb 2011 12:42:31 -0800
On Feb 23, 2011, at 12:14, Carlos Eduardo Mello wrote:
> Hi all,
>
> I've been trying to find an error in my code for the past two hours and my head is spinning.
> For some reason the debugger is acting reeeeeaally weird:
>
> - it doesn't show some of my local variables;
> - it goes through each line of code twice, before showing a variables value;
> - many variables show the message "value temporarily unavailable due to optimizations..." (or something like this) instead of a useful value;
> - if i try to 'print' the values in the gdb console t says the symbol doesn't exist in the context;
It sounds like you're trying to debug a "Release" configuration. Try debugging the "Debug" configuration instead.
_______________________________________________
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