Re: Invalid strings
Re: Invalid strings
- Subject: Re: Invalid strings
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 7 Apr 2009 10:19:05 -0600
On Apr 7, 2009, at 10:00 AM, Livio Isaia wrote:
I have a strange problem with my program: the debugger marks as
"invalid" (not "nil") every NSString* object I have in a method, so
that I cannot see its value. Why can this happen?
Can anybody help me?
You probably turned off data formatters. I'd recommend keeping them
off, because they often cause more problems than they solve. Just use
the console if you want to look at the contents of a variable.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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