gpt4 book ai didi

objective-c - 从 Xcode Debugger 调用方法?

转载 作者:太空狗 更新时间:2023-10-30 03:21:37 25 4
gpt4 key购买 nike

从 Xcode 调试器命令行调用方法的正确方法是什么?

例如,如果我在类 A 的 sort: 方法中(使用调试器),我如何调用也属于类 A 的 debugSort: 方法?

(我的代码是 Objective-C 顺便说一句)

最佳答案

To call an Objective-C method in the gdb console, you have to cast the return type (since gdb doesn't really know what the return value is):

(gdb) call (void)[textField setStringValue: @"Bork"]

Quickies for gdb

关于objective-c - 从 Xcode Debugger 调用方法?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1915453/

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