Is there a way, either in the debugger (LLDB) or something else, to see the structure of an object?
I'd like see the initializer and all methods of a given object. Maybe a breakdown of what's inherited, return types, current value (using debugger).
I know the stock classes can be viewed in the documentation, I'm concerned about custom classes/objects.
Edit: If someone has a good tutorial about the debugger that would be great. I've seen the stock Apple ones, but I'd like to have much more in depth, mainly about watching variables/objects/structures...
I'd like see the initializer and all methods of a given object. Maybe a breakdown of what's inherited, return types, current value (using debugger).
I know the stock classes can be viewed in the documentation, I'm concerned about custom classes/objects.
Edit: If someone has a good tutorial about the debugger that would be great. I've seen the stock Apple ones, but I'd like to have much more in depth, mainly about watching variables/objects/structures...