如何调试为什么GDB按b响铃?

发布于 2024-10-19 19:00:38 字数 517 浏览 0 评论 0原文

问题:

当无法使用带b的命令(例如break -> reak)时,按b(仅小写)时GDB会发出铃声

尝试过:

  • gbd --nx =同样的问题
  • 在谷歌上没有任何问题,stackoverflow
  • 在终端

系统中的其他程序中工作正常:

  • OSX 10.6.6
  • GDB 6.3.50-20050815(Apple版本gdb-1510)
  • iTerm 0.20.20110109或终端2.1.1 (273)

解决方案:

感谢 Matt Curtis 提示,问题出在 ~/.inputrc 中,它只有一个 story-search-backward -删除文件(旧测试出错),我的 b 回来了;)

problem:

GDB makes the bell sound when pressing b (only lowercase) at making unable to use commands with b (e.g. break -> reak)

tried:

  • gbd --nx = same problem
  • nothing on google, stackoverflow
  • works ok in other programs in terminal

system:

  • OSX 10.6.6
  • GDB 6.3.50-20050815 (Apple version gdb-1510)
  • iTerm 0.20.20110109 or Terminal 2.1.1 (273)

solution:

thanks to Matt Curtis hint, the problem was in ~/.inputrc which had only a story-search-backward - removing the file (old tests that went wrong) and I have my b back ;)

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

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

发布评论

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

评论(1

绿萝 2024-10-26 19:00:38

查看您的 ~/.inputrc - 也许 Cb 与某些东西绑定?

Check out your ~/.inputrc - maybe C-b is bound to something?

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