I understand that when you reach a breakpoint while debugging in Xcode you can hover the mouse pointer over objects and see their properties. But with most objects you only get a few of the properties. The rest are hidden. Trying this with a CLLocation object is next to useless.
Is there another way to peer inside this object while debugging? Do I just have to resort to using NSLog to get what I want?