【发布时间】:2013-10-25 14:27:59
【问题描述】:
为什么这个调试器命令有效:
(lldb) **po indexPath**
<NSIndexPath: 0x1c0711b0> {length = 2, path = 3 - 0}
但事实并非如此:
(lldb) **po [indexPath section]**
[no Objective-C description available]
?
【问题讨论】:
标签: ios objective-c xcode debugging lldb