Tagged Questions

9
votes
2answers
2k views

How to display strings in Xcode debugger?

I always used to be able to see NSString values in the debugger, without problem. Since updating to 3.2.5 all I see is the format string {(char *)Xcode_CFStringSummary($VAR, $ID)}:s I can't see ...
1
vote
0answers
20 views

Xcode debugger documentation missing

Is anyone else having trouble navigating to the Xcode Debugging Guide? I get redirected to a generic page when trying to get there through the Xcode documentation links in Xcode 4.0.2. I have used ...
1
vote
1answer
1k views

Xcode debugging: View value of NSNumber?

Is it possible to see the numeric value of an NSNumber in the debugger datatip on in the variable watch window? I store an Integer value in NSNumber and want to see this value during debugging. I ...