更改 NetBeans 调试器命令

发布于 2024-11-06 10:47:09 字数 463 浏览 0 评论 0原文

我有一个 .gdbinit 文件,用于在从 NetBeans 附加调试器时设置 solib-absolute-prefix 和 solib-search-path。我已打开调试器控制台(通过将 -J-Dgdb.console.window=true 添加到 /usr/share/netbeans/6.9/etc/netbeans 中的 netbeans_default_options .conf),它告诉我:

Debugger Command: [/path/to/gdb, -nx, --nw, --silent, --interpreter=mi]

-nx 阻止它加载我的 .gdbinit 文件。

NetBeans 中是否有任何方法可以 (1) 从该命令中删除 -nx,(2) 指定要使用 gdb 加载的 .gdbinit 文件,或 (3) 显式指定库搜索路径?

I have a .gdbinit file to set the solib-absolute-prefix and solib-search-path when attaching a debugger from NetBeans. I've turned on the debugger console (by adding -J-Dgdb.console.window=true to netbeans_default_options in /usr/share/netbeans/6.9/etc/netbeans.conf) and it tells me:

Debugger Command: [/path/to/gdb, -nx, --nw, --silent, --interpreter=mi]

The -nx is preventing it from loading my .gdbinit file.

Is there any way in NetBeans to either (1) remove -nx from that command, (2) specify a .gdbinit file to load with gdb, or (3) specify library search paths explicitly?

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

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

发布评论

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

评论(1

偏爱自由 2024-11-13 10:47:09

没关系,您可以将 -J-Dgdb.init.enable=true 添加到 /usr/share/netbeans/6.9/etc/netbeans.conf 中的 netbeans_default_options 中,它将加载 .gdbinit 文件。

Never mind, you can add -J-Dgdb.init.enable=trueto netbeans_default_options in /usr/share/netbeans/6.9/etc/netbeans.conf and it will load the .gdbinit file.

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