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
po [[[[UIApplication sharedApplication]windows] objectAtIndex:0] recursiveDescription]
will print out the entire view heirachy but only seems to work in gdb and not llvm