It seems completely arbitrary, sometimes NSString will appear fine in the debugger:
myStr NSString * 0x0000000104e00040 @"Hello"
other times just:
myStr NSString * 0x0000000104e00040
There's no problem with the NSStrings, just how they appear in the debugger. Are there any factors that influence this?
