gpt4 book ai didi

xcode - 如何在调试器中查看值?

转载 作者:行者123 更新时间:2023-11-28 05:30:17 26 4
gpt4 key购买 nike

在 Xcode 6.3 中,如何查看对象的值,例如:

数组计数:myarray.count

TableView 索引:indexPath.item

这些不会出现在调试器中,我不知道如何将它们打印到控制台中。

最佳答案

当应用程序在断点处暂停时,调试器 (lldb) 有几个 commands可用。

要 (p)rint (o)ut 一个对象,你可以这样做:

po myObject.debugDescription
po myArray.count
...

关于xcode - 如何在调试器中查看值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29021229/

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