Xcode - some variables don't show
- by Mike
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.