Hello everyone! I have an issue with getting dynamic type of variable object. I've got an SBValue from SBFrame::EvaluateExpression. It has some type. But it's id for objc object. "expr <my_expression>" shows me both types. static and dynamic. How can I get dynamic type programmatically? Thanks a lot.