linux平台netbeans6.8中配置gdb编译器

发布于 2024-08-19 14:33:05 字数 72 浏览 4 评论 0原文

我有一个小问题。有人能告诉我们怎么做吗 在linux平台的netbeans6.8中配置gdb编译器。

提前致谢。

i have a small problem.can anybody say how we can
configure gdb compiler in netbeans6.8 in linux platform.

thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情绪 2024-08-26 14:33:05

通常 - 如果您使用的是 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

Normally - if you are on Linux and gcc/g++/gdb is installed - then it should work out of the box.

However - if it doesn't work you could try the following:

 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
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文