提交 d1d9a6c2 编写于 作者: P Pratik Naik

Require ruby-debug from new_base/abstract_unit

上级 1fa7e332
......@@ -18,6 +18,13 @@
$tags[:new_base] = true
begin
require 'ruby-debug'
Debugger.settings[:autoeval] = true
Debugger.start
rescue LoadError
# Debugging disabled. `gem install ruby-debug` to enable.
end
ActiveSupport::Dependencies.hook!
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册