understanding Xcode debugger var display

后端 未结 2 1657
死守一世寂寞
死守一世寂寞 2020-12-16 02:17

newbie question: can anyone tip me to how to understand/interpret what is displayed in the debugger var pane?

Ex: I am passing an NSDictionary as a method param. I s

2条回答
  •  北海茫月
    2020-12-16 03:17

    This is what you are looking for : Click on your dict, then click on the little "i" icon :-) Xcode5, view the value of a dict

提交回复
热议问题