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 the lack of response. Just to be clear, what I am looking for is a way to see the frame without adding in extra debugging code.
Also, if the answer is “no you can’t do it”, bounty will go to the best explanation of why you can see some class members but not others.
Yes, you can do it. While debugging, find the UIView of interest in the variable inspector. Control-click on it and select “Print Description to Console”. For example, I did this on the _view ivar of a UIViewController and the following appeared in the console: