开发者

How to display strings in Xcode debugger?

开发者 https://www.devze.com 2023-01-27 14:34 出处:网络
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 *开发者_JAVA技巧)Xcode_CFStringSummary($VAR, $ID)}:s

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 *开发者_JAVA技巧)Xcode_CFStringSummary($VAR, $ID)}:s

I can't see anything wrong with that. Can anybody please tell me what the correct formatter should be?


I'm having this same problem and haven't found a solution. But at least I did figure out you can still view the strings by right clicking on the string variable and selecting "Print Description to Console".


I also had this problem and at the same time I noticed a couple of errors about missing symbols for xcode debug libraries (see here). Fixing the errors as described in the link also made my strings start working again. I realise you are talking about a different version of the SDK, but maybe the problem is the same.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号