I'm coming over to Xcode from visual studio and am having some trouble inspecting or examining variables at my breakpoints.
Often times I'll try to examine an object by mouse-over and and expand out it's properties and I'll only see a hexadecimal representation of the attributes and nothing in the summary in a more human readable form. For example, the Facebook object in the Facebook sdk has an access token property that is an NSCFString. In the debugger how can I see the actual string value rather than the hex value for that attribute?
Are there any very helpful gdb commands that I should use in the debug window?
Also, why does it always say add to iTunes as a spoken track when I mouse over things in the debugger?