When the debugger is stopped at a breakpoint, I can\'t find the frame of any of my UIViews in there.
Is it possible to do this?
EDIT: starting a bounty due to th
I prefer the short form for print i.e. 'p' to print the frame in lldb. For e.g.
p (CGRect)[view frame]