RS: debugger display of variable
RS: debugger display of variable
- Subject: RS: debugger display of variable
- From: Roland Silver <email@hidden>
- Date: Tue, 22 May 2007 19:36:23 -0600
After the following line of code is executed in debugging mode
NSString* s = @"foo";
The debugger variables window shows
Variable Type Value Summary
>s NSString* 0x5008c Invalid
Why "Invalid? As I recall, the Summary used to show the value of the
string, i.e. "foo".
Have I got the wrong settings for the Xcode menu item
"Debug>Variables View"?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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