Skip to content

Instantly share code, notes, and snippets.

@mike3k
Created January 11, 2013 20:06
Show Gist options
  • Save mike3k/4513568 to your computer and use it in GitHub Desktop.
Save mike3k/4513568 to your computer and use it in GitHub Desktop.
My favorite LLDB macro, thanks to Rob Mayoff via NSHipster
command regex rd 's/^[[:space:]]*$/po [[[UIApplication sharedApplication] keyWindow] recursiveDescription]/' 's/^(.+)$/po [%1 recursiveDescription]/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment