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.
我有一个小问题。谁能说我们如何在 linux 平台的 netbeans6.8 中配置 gdb 编译器。
提前致谢。
通常——如果你在 Linux 上并且安装了 gcc/g++/gdb——那么它应该可以开箱即用。
但是 - 如果它不起作用,您可以尝试以下方法:
select `Tools` from the main menu select `Options` select `C/C++` navigate to `Debugger Command` and enter the path to gdb, e.g. /usr/local/bin/gdb