Ruby on rails 尝试在RubyMine中使用调试器时出错

Ruby on rails 尝试在RubyMine中使用调试器时出错,ruby-on-rails,ruby,debugging,rubymine,Ruby On Rails,Ruby,Debugging,Rubymine,我已经在我的Rails应用程序中安装了运行调试器所需的所有gems,但出现以下错误。我在development.rb中有需要“ruby调试” 错误: runnerw.exe C:\Ruby193\bin\ruby.exe -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) C:/Ruby193/lib/ruby/gems/1.9.1/gems/ruby-debug-ide-0.4.22/bin/rdebug-ide --debug

我已经在我的Rails应用程序中安装了运行调试器所需的所有gems,但出现以下错误。我在
development.rb
中有
需要“ruby调试”

错误:

runnerw.exe C:\Ruby193\bin\ruby.exe -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) C:/Ruby193/lib/ruby/gems/1.9.1/gems/ruby-debug-ide-0.4.22/bin/rdebug-ide --debug --port 7339 --dispatcher-port 7340 -- C:/skybot/int_3_6/skybot-2.0/gui/script/server -b 127.0.0.1 -p 3000 -e development
Fast Debugger (ruby-debug-ide 0.4.22, ruby-debug-base19x 0.11.30.pre15) listens on 127.0.0.1:7339
Connected from 127.0.0.1
6616: Starting control thread
6616: Processing in control: b C:/skybot/int_3_6/skybot-2.0/gui/app/controllers/editing_member_jobs_controller.rb:120
6616: <breakpointAdded no="1" location="C:/skybot/int_3_6/skybot-2.0/gui/app/controllers/editing_member_jobs_controller.rb:120"/>
6616: Processing in control: start
6616: Starting: running program script
before C:/skybot/int_3_6/skybot-2.0/gui/script/../config/boot
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/rails/gem_dependency.rb:21.
NOTE: Gem::SourceIndex#initialize is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#initialize called from C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:100.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91.
after C:/skybot/int_3_6/skybot-2.0/gui/script/../config/boot
C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead.
=> Booting WEBrick
=> Rails 2.3.12 application starting on http://127.0.0.1:3000
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/rails/gem_dependency.rb:78.
NOTE: Gem::SourceIndex#each is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#each called from C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:123.
NOTE: Gem::Specification#installation_path is deprecated, use base_dir. It will be removed on or after 2011-10-01.
Gem::Specification#installation_path called from C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:93.
NOTE: Gem::Specification#installation_path is deprecated, use base_dir. It will be removed on or after 2011-10-01.
Gem::Specification#installation_path called from C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:93.
NOTE: Gem::Specification#installation_path is deprecated, use base_dir. It will be removed on or after 2011-10-01.
Gem::Specification#installation_path called from C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:93.
NOTE: Gem::Specification#installation_path is deprecated, use base_dir. It will be removed on or after 2011-10-01.
Gem::Specification#installation_path called from C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:93.
NOTE: Gem::Specification#installation_path is deprecated, use base_dir. It will be removed on or after 2011-10-01.
Gem::Specification#installation_path called from C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:93.
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/rails/gem_dependency.rb:78.
NOTE: Gem::SourceIndex#each is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#each called from C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:123.
NOTE: Gem::Specification#installation_path is deprecated, use base_dir. It will be removed on or after 2011-10-01.
Gem::Specification#installation_path called from C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:93.
NOTE: Gem::Specification#installation_path is deprecated, use base_dir. It will be removed on or after 2011-10-01.
Gem::Specification#installation_path called from C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:93.
NOTE: Gem::Specification#installation_path is deprecated, use base_dir. It will be removed on or after 2011-10-01.
Gem::Specification#installation_path called from C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:93.
NOTE: Gem::Specification#installation_path is deprecated, use base_dir. It will be removed on or after 2011-10-01.
Gem::Specification#installation_path called from C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:93.
NOTE: Gem::Specification#installation_path is deprecated, use base_dir. It will be removed on or after 2011-10-01.
Gem::Specification#installation_path called from C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:93.
Uncaught exception: cannot load such file -- java
    C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/activesupport/lib/active_support/dependencies.rb:182:in `block in require'
    C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/activesupport/lib/active_support/dependencies.rb:547:in `new_constants_in'
    C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/activesupport/lib/active_support/dependencies.rb:182:in `require'
    C:/skybot/int_3_6/skybot-2.0/gui/lib/start_scheduler.rb:8:in `<top (required)>'
    C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/activesupport/lib/active_support/dependencies.rb:182:in `block in require'
    C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/activesupport/lib/active_support/dependencies.rb:547:in `new_constants_in'
    C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/activesupport/lib/active_support/dependencies.rb:182:in `require'
    C:/skybot/int_3_6/skybot-2.0/gui/config/environments/development.rb:7:in `block in load_environment'
    C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/initializer.rb:386:in `eval'
    C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/initializer.rb:386:in `block in load_environment'
    C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/activesupport/lib/active_support/core_ext/kernel/reporting.rb:11:in `silence_warnings'
    C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/initializer.rb:379:in `load_environment'
    C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/initializer.rb:137:in `process'
    C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/initializer.rb:113:in `run'
    C:/skybot/int_3_6/skybot-2.0/gui/config/environment.rb:24:in `<top (required)>'
    C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/activesupport/lib/active_support/dependencies.rb:182:in `block in require'
    C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/activesupport/lib/active_support/dependencies.rb:547:in `new_constants_in'
    C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/activesupport/lib/active_support/dependencies.rb:182:in `require'
    C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/commands/server.rb:84:in `<top (required)>'
    C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    C:/skybot/int_3_6/skybot-2.0/gui/script/server:5:in `<top (required)>'

Process finished with exit code 0
runnerw.exe C:\Ruby193\bin\ruby.exe-e$stdout.sync=true$stderr.sync=true;加载($0=ARGV.shift)C:/Ruby193/lib/ruby/gems/1.9.1/gems/ruby-debug-ide-0.4.22/bin/rdebug-ide--debug--port 7339--dispatcher port 7340--C:/skybot/int_3_6/skybot-2.0/gui/script/server--B127.0.0.1--p3000--e开发
快速调试器(ruby调试ide 0.4.22,ruby-debug-base19x 0.11.30.pre15)侦听127.0.0.1:7339
从127.0.0.1连接
6616:启动控制线程
6616:控制中的处理:bc:/skybot/int_3_6/skybot-2.0/gui/app/controllers/editing_member_jobs_controller.rb:120
6616: 
6616:控制中的处理:启动
6616:启动:运行程序脚本
在C:/skybot/int_3_6/skybot-2.0/gui/script/。/config/boot之前
注意:Gem.source\u索引已弃用,请使用规范。将于2011年11月1日或之后拆除。
从C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/rails/Gem_dependency.rb:21调用Gem.source_索引。
注意:Gem::SourceIndex#initialize已弃用,无需替换。将于2011年11月1日或之后拆除。
Gem::SourceIndex#initialize从C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/rails/rails/vendor_Gem_source_index.rb:100调用。
注意:Gem::SourceIndex#add#spec已弃用,请使用Specification.add#spec。它将在2011-11-01或之后删除。
Gem::SourceIndex#add_spec从C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91调用。
注意:Gem::SourceIndex#add#spec已弃用,请使用Specification.add#spec。它将在2011-11-01或之后删除。
Gem::SourceIndex#add_spec从C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91调用。
注意:Gem::SourceIndex#add#spec已弃用,请使用Specification.add#spec。它将在2011-11-01或之后删除。
Gem::SourceIndex#add_spec从C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91调用。
注意:Gem::SourceIndex#add#spec已弃用,请使用Specification.add#spec。它将在2011-11-01或之后删除。
Gem::SourceIndex#add_spec从C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91调用。
注意:Gem::SourceIndex#add#spec已弃用,请使用Specification.add#spec。它将在2011-11-01或之后删除。
Gem::SourceIndex#add_spec从C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91调用。
注意:Gem::SourceIndex#add#spec已弃用,请使用Specification.add#spec。它将在2011-11-01或之后删除。
Gem::SourceIndex#add_spec从C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91调用。
注意:Gem::SourceIndex#add#spec已弃用,请使用Specification.add#spec。它将在2011-11-01或之后删除。
Gem::SourceIndex#add_spec从C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91调用。
注意:Gem::SourceIndex#add#spec已弃用,请使用Specification.add#spec。它将在2011-11-01或之后删除。
Gem::SourceIndex#add_spec从C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91调用。
注意:Gem::SourceIndex#add#spec已弃用,请使用Specification.add#spec。它将在2011-11-01或之后删除。
Gem::SourceIndex#add_spec从C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91调用。
注意:Gem::SourceIndex#add#spec已弃用,请使用Specification.add#spec。它将在2011-11-01或之后删除。
Gem::SourceIndex#add_spec从C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91调用。
注意:Gem::SourceIndex#add#spec已弃用,请使用Specification.add#spec。它将在2011-11-01或之后删除。
Gem::SourceIndex#add_spec从C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91调用。
注意:Gem::SourceIndex#add#spec已弃用,请使用Specification.add#spec。它将在2011-11-01或之后删除。
Gem::SourceIndex#add_spec从C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91调用。
注意:Gem::SourceIndex#add#spec已弃用,请使用Specification.add#spec。它将在2011-11-01或之后删除。
Gem::SourceIndex#add_spec从C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91调用。
注意:Gem::SourceIndex#add#spec已弃用,请使用Specification.add#spec。它将在2011-11-01或之后删除。
Gem::SourceIndex#add_spec从C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91调用。
注意:Gem::SourceIndex#add#spec已弃用,请使用Specification.add#spec。它将在2011-11-01或之后删除。
Gem::SourceIndex#add_spec从C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:91调用。
C:/skybot/int_3_6/skybot-2.0/gui/script/。/config/boot之后
C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:在'require'中:iconv将在将来被弃用,请改用String#encode。
=>启动WEBrick
=>Rails 2.3.12应用程序从http://127.0.0.1:3000
注意:Gem.source\u索引已弃用,请使用规范。将于2011年11月1日或之后拆除。
从C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/rails/Gem_dependency.rb调用Gem.source_索引。
注意:Gem::SourceIndex#每个都不推荐使用,没有替换。将于2011年11月1日或之后拆除。
Gem::SourceIndex#每个都从C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/rails/lib/rails/vendor_Gem#u source#index.rb:123调用。
注意:Gem::Specification#installation_path已弃用,请使用base_dir。将于2011年10月1日或之后移除。
Gem::规范#安装路径从C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/rails/vendor_Gem_source_index.rb:93调用。
注意:Gem::Specification#installation_path已弃用,请使用base_dir。将于2011年10月1日或之后移除。
Gem::规范#安装路径从C:/skybot/int_3_6/skybot-2.0/gui/vendor/rails/railties/lib/rails/vendor_Gem_source_index.rb:93调用