Created
January 11, 2013 20:06
-
-
Save mike3k/4513568 to your computer and use it in GitHub Desktop.
My favorite LLDB macro, thanks to Rob Mayoff via NSHipster
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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