How to quick view the value of NSCFString in debugger window?

Posted by user263569 on Stack Overflow See other posts from Stack Overflow or by user263569
Published on 2010-05-05T05:48:37Z Indexed on 2010/05/05 5:58 UTC
Read the original article Hit count: 132

Filed under:
|

Which is the quickest way to view the value of a NSCFString variable in debugger window?

As for NSString, the string value is automatically displayed in the window or you move your mouse over it. But for a NSCFString, I tried same but cannot find the internal string.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about xcode