advantis
6/18/2013 - 6:13 AM

LLDB shortcuts for `-[UIView recursiveDescription]` and `-[UIView _autolayoutTrace]`

LLDB shortcuts for -[UIView recursiveDescription] and -[UIView _autolayoutTrace]

command regex prd 's/(.+)/expression -o -- [%1 recursiveDescription]/'
command regex alt 's/(.+)/expression -o -- [%1 _autolayoutTrace]/'