如何调试为什么GDB按b响铃?
问题:
当无法使用带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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看您的
~/.inputrc
- 也许 Cb 与某些东西绑定?Check out your
~/.inputrc
- maybe C-b is bound to something?