作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在 gdb 中,如果我只是按回车键,它会重复上一个命令。有没有办法配置 Sun/Oracle/Solaris dbx 来做同样的事情?
最佳答案
看起来您可以为此使用 $repeatmode 。
我从 dbx-guide 得到以下信息
Repeating Commands
You can execute any of the commands contained in the history list. Each
history command begins with an exclamation point (!):
!! Repeats the previous command. If the value of the dbx
variable $repeatmode is set to 1, then entering a carriage
return at an empty line is equivalent to executing !!. By
default, $repeatmode is set to 0.
关于configuration - 有没有办法将 dbx 配置为将空白命令视为上一个命令的重复?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10742005/
我是一名优秀的程序员,十分优秀!