I am now developing Cocos2d-x with Xcode. But I do not know how to examine the actual class of C++ object with LLDB. As you can see in the image, the Xcode's inspector knows the actual class but p
or po
does not.
So the question is: How to examine the actual class of C++ object with LLDB?
p *pObject
? – Resorcinol