【发布时间】:2012-10-26 17:29:30
【问题描述】:
升级到 jruby 1.7.0 并使用 ruby-debug 后,我得到以下输出:
[INFO] Unable to bind key for unsupported operation: backward-delete-word
[INFO] Unable to bind key for unsupported operation: backward-delete-word
[INFO] Unable to bind key for unsupported operation: down-history
[INFO] Unable to bind key for unsupported operation: up-history
[INFO] Unable to bind key for unsupported operation: up-history
[INFO] Unable to bind key for unsupported operation: down-history
[INFO] Unable to bind key for unsupported operation: up-history
[INFO] Unable to bind key for unsupported operation: down-history
[INFO] Unable to bind key for unsupported operation: up-history
[INFO] Unable to bind key for unsupported operation: down-history
[INFO] Unable to bind key for unsupported operation: up-history
[INFO] Unable to bind key for unsupported operation: down-history
(rdb:1)
并且调试器没有响应,我只能执行
【问题讨论】:
-
我认为默认配置不会发生这种情况。
~/.rdebugrc有什么东西吗? -
set autolist set autoeval set autoreload set framefullpath set frameclassname set forcestep -
我现在试着缩小范围
-
空的 ~/.rdebugrc 也一样
-
有人吗?甚至在重新安装并使用 rbenv 而不是 rvm 后得到这个
标签: jruby ruby-debug