Xcode - some variables don't show

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-06-17T22:31:10Z Indexed on 2010/06/17 22:33 UTC
Read the original article Hit count: 573

Filed under:
|
|
|

This picture shows a debugging session.

"lista" is a NSMutableArray containing, in this case, two elements: 0 and 1.

Each element's content is seen on the debugging window as

{(unichar *)Xcode_CFStringSummary($VAR, $ID)}:s

but if I double click on any element, its value shows on a pop up window.

Why is the values don't showing directly? How to force Xcode to show the values instead of this stupid and useless "{(unichar *)Xcode_CFStringSummary($VAR, $ID)}:s" ?

thanks for any help.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk