There is a command po
in GDB which prints Objective-C object details. (with its description)
In LLDB, po
just print memory address. How can I see similar output of GDB in LLDB?
It is implemented nowadays. For completeness sake, it is an alias to this command:
expression -o --
For help with this and other LLDB commands, use the command help:
help expression
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With