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
In Xcode, go to the console and type:
po viewName
If execution is inside code for the view, you can just:
po self
This will output some view details, like this:
>