提交 b94c4080 编写于 作者: W wycats 提交者: José Valim

Revert "Ruby 1.9: use ruby-debug19. [#3949 state:resolved]"

This wasn't the issue here; we need to beef up the docs and speak to
Wayne and Mark about installation.

This reverts commit da238daf.
上级 4fbcde43
......@@ -8,7 +8,7 @@ def initialize(app)
ARGV.clear # clear ARGV so that rails server options aren't passed to IRB
require_library_or_gem(RUBY_VERSION < '1.9' ? 'ruby-debug' : 'ruby-debug19')
require_library_or_gem 'ruby-debug'
::Debugger.start
::Debugger.settings[:autoeval] = true if ::Debugger.respond_to?(:settings)
puts "=> Debugger enabled"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册