Until recently we didn't get any information about properties in the debug 
info, so we were unable to show those at all. Is the ivar you are missing a 
property? Normal ivars that are declared in the header file (not in the 
nameless category in the .m file) should show up as expected. 

Newer clang compilers now emit enough debug information for us to support 
properties but we haven't gotten the support added for those yet.

If you just have a normal ivar, then be sure to check in your "object" is valid.

On Oct 13, 2011, at 8:09 PM, Andrey Zaytsev wrote:

> Hello everyone. Maybe it's fixed already but here is what i found:
> I have some objective C object with ivars. But expression "object->myIVar" 
> can't be evaluated. It says "MyObject doesn't a member named 'myIVar'; did 
> you mean myIVar?".
> Thank you for consideration.
> 
> lldb-76
> Xcode 4.2
> OSX 10.6 
> _______________________________________________
> lldb-dev mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to