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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com