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.
我正在使用 Eclipse 进行 C 编程,因为我已经从“帮助”菜单安装了 C/C++ 插件,但是当我去调试时,出现以下错误。我已经下载并安装了 GDB for mac,如果我在 bash 中输入“gdb”,我就会进入应用程序。如何让 eclipse 识别 gdb?
“启动命令时出错:gdb --version”
编辑:我只需要知道 gdb 文件在 mac 上的位置。