从命令行启动 emacs-gdb?

发布于 2024-11-07 19:03:52 字数 161 浏览 0 评论 0原文

与 GDB 的命令行或 TUI 模式相比,我更喜欢 emacs 的 gdb 模式,但是有些程序需要一个“调试器命令行”程序,以便它可以在它设置的环境中获取并运行。

我想知道是否有一种简单的方法可以使用 gdb 的命令行替代品使 emacs 在 gdb 模式下弹出。

提前致谢。

I like emacs's gdb mode a lot better than GDB's command line or TUI modes, but there are some programs that want a "debugger command line" program that it can take and run in an environment it sets up.

I'm wondering if there's a simple way to make emacs pop up in gdb mode using a command line substitute for gdb.

Thanks in advance.

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

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

发布评论

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

评论(1

不寐倦长更 2024-11-14 19:03:52

将其放入您的 .bashrc 中:

gdbtool () { emacs --eval "(gdb \"gdb
--annotate=3 $*\")";}

然后你可以运行“gdbtool programToDebug”

来源: http://www.inet.net.nz/~nickrob/

Put this in your .bashrc:

gdbtool () { emacs --eval "(gdb \"gdb
--annotate=3 $*\")";}

Then you can run "gdbtool programToDebug"

Source: http://www.inet.net.nz/~nickrob/

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