Skip to content

Instantly share code, notes, and snippets.

@berikv
Created May 29, 2019 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save berikv/74c8969efd139d17fe1e55621753834d to your computer and use it in GitHub Desktop.
Save berikv/74c8969efd139d17fe1e55621753834d to your computer and use it in GitHub Desktop.
LLDB print description for object at memory location
expr -l objc++ -O -- (id)0x12345678
// Replace 0x12345678 with the memory location of the object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment