modern-runtime

Seeing the value of a synthesized property in the Xcode debugger when there is no backing variable.

I just recently began using synthesized instance variables in my iPhone projects. The problem is, I can't see the synthesized ivars in the debugger. Is there any way to view the properties of an object in the debugger when it's not using the explicitly declared instance variables? I need to clarify the second question. I'm not asking ...