I set a breakpoint in Xcode and run my app on a device. Xcode stops at the breakpoint and the console opens, but I just see a spinning wheel instead of a list of all the variables and Xcode sort of freezes. Nothing happens when I push the Stop button. It unfreezes only if I unplug the device. This just started happening last week.
Other times it will list the variables, but when I click the arrow next to "self" for example, the same "freeze" happens.
This does NOT happen while testing in the simulator.
Any ideas?