Is there a way to find out the class of an object in LLDB, while the object itself is represented by an id. Something like isKindOfClass, that returns what class it actually is and not just id.
3408 次
Is there a way to find out the class of an object in LLDB, while the object itself is represented by an id. Something like isKindOfClass, that returns what class it actually is and not just id.