Skip to content

Instantly share code, notes, and snippets.

@sburlot
Created June 30, 2013 10:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sburlot/5894649 to your computer and use it in GitHub Desktop.
Save sburlot/5894649 to your computer and use it in GitHub Desktop.
Macros for lldb
# from https://gist.github.com/mike3k/4513568
# rd: print a recursive description of views
command regex rd 's/^[[:space:]]*$/po [[[UIApplication sharedApplication] keyWindow] recursiveDescription]/' 's/^(.+)$/po [%1 recursiveDescription]/'
# prect: print the properties of a rect
command regex prect 's/(.+)/print (CGRect)%1/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment