Created
June 30, 2013 10:25
-
-
Save sburlot/5894649 to your computer and use it in GitHub Desktop.
Macros for lldb
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
# 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