GDB has a po command that prints the details of an Objective-C object. (with description) In LLDB, po just type the memory address. How can I see the similar output of GDB in LLDB?
po
It is implemented today. For completeness, this is an alias of this command:
expression -o --
For help with this and other LLDB commands, use the help command:
help expression
Here are some handy GDBs for the equivalents of LLDB commands .
Currently, it looks not yet implemented. http://lldb.llvm.org/status.html
I donβt know lldb, but there might be something to work:
print _NSPrintForDebugger(obj)
Source: https://habr.com/ru/post/893431/More articles:binding wpf to an element - data-bindingHow to tell Ajax.ActionLink the OnSuccess callback that ajax initiated - jqueryWhat is the fastest way to create CRUD web pages for Google App Engine using Python? - pythonWhy are performance measurements different? - performanceAssigning data to an array using curly braces - cAndroid, messaging Handler - androidPossible error in MKMapView - iosMy overlay is not displayed until mapView is clicked in android - androidComplex error function in Mathematica - wolfram-mathematicaMongoDB - PHP - MongoCursorException "No cursor found" - phpAll Articles