Skip to content

Instantly share code, notes, and snippets.

@advantis
Created June 18, 2013 06:13
Show Gist options
  • Save advantis/5803013 to your computer and use it in GitHub Desktop.
Save advantis/5803013 to your computer and use it in GitHub Desktop.
LLDB shortcuts for `-[UIView recursiveDescription]` and `-[UIView _autolayoutTrace]`
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