Weird bug while debugging...
Weird bug while debugging...
- Subject: Weird bug while debugging...
- From: Carlos Eduardo Mello <email@hidden>
- Date: Wed, 23 Feb 2011 17:14:40 -0300
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;
I tried relaunching Xcode, but it didn't help.
Anyone seen this before?
Any ideas what to do?
Would it have anything to do with the specific code I am debugging?
The context is a delegate call in my document class, which is called
in response to an NSTextField notification:
- (void)controlTextDidEndEditing:(NSNotification *)aNotification
Carlos.
_______________________________________________
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