Created
June 18, 2013 06:13
-
-
Save advantis/5803013 to your computer and use it in GitHub Desktop.
LLDB shortcuts for `-[UIView recursiveDescription]` and `-[UIView _autolayoutTrace]`
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 prd 's/(.+)/expression -o -- [%1 recursiveDescription]/' | |
command regex alt 's/(.+)/expression -o -- [%1 _autolayoutTrace]/' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment