Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的项目中添加一个包含 gbd 命令列表的文件,并在任何断点将其加载到 xcode 内的 GDB 中。查看 GDB 文档,我看到了“源”命令,但在 xcode 的 gdb 中它是未知的。有没有人成功做到这一点?
源 -f 命令文件.gdb
谢谢,
如果您确实使用 gdb 作为调试器,则 source 命令似乎可以工作,但不支持任何选项。在调试控制台中,确保它显示“(gdb)”作为提示。现在默认的调试器是 LLDB 而不是 GDB。您可以在 Product -> Edit Scheme... 下更改它,然后选择顶部的“Info”选项卡。“调试器”弹出窗口将向您展示 GDB 或 LLDB。