Inspecting the refcount of an NSObject in the Xcode debugger on iPhone?

Posted by Christophe on Stack Overflow See other posts from Stack Overflow or by Christophe
Published on 2010-06-02T17:41:41Z Indexed on 2010/06/02 17:44 UTC
Read the original article Hit count: 219

Filed under:
|
|

This should be so simple, and yet, it is evading me: When stopped at a breakpoint in the Xcode/gdb debugger, I wish to find the current refcount of an object derived from NSObject. How can I do this? I can't seem to find a way, and it is driving me mad.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about xcode