gpt4 book ai didi

ios - 使用PO命令调试

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:58:35 25 4
gpt4 key购买 nike

为什么这个调试器命令有效:

(lldb) **po indexPath**
<NSIndexPath: 0x1c0711b0> {length = 2, path = 3 - 0}

但这不是:

(lldb) **po [indexPath section]**
[no Objective-C description available]

?

最佳答案

对于基本类型,你必须使用 'p' ,'po' 用于对象

p = 打印

po = 打印对象

例如

(lldb) p [indexPath section]

关于ios - 使用PO命令调试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19592580/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com