Skip to content

Instantly share code, notes, and snippets.

@toddhopkinson
Created October 23, 2016 04:44
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 toddhopkinson/0886e36dacd9966070df549c9cadc7e1 to your computer and use it in GitHub Desktop.
Save toddhopkinson/0886e36dacd9966070df549c9cadc7e1 to your computer and use it in GitHub Desktop.
LLDB Commands That Make Your Life Easier
// get an objects type
lldb: po type(of: yourObject)
// info dump on an object
lldb: po dump(youObject)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment