JRuby调试IDE的问题

时间:2013-04-03 16:33:01

标签: ruby

我试图使调试器适用于JRuby 1.7.3:

我安装了ruby-debug / base / ide gems。然后我尝试在Aptana和NetBeans上运行一个基本的Ruby脚本。在这两种情况下,我得到以下描述:

Fast Debugger (ruby-debug-ide 0.4.17.beta16, ruby-debug-base 0.10.5.rc3) listens on 127.0.0.1:55687
Hello World
10432: Exception in DebugThread loop: Bad file descriptor - Bad file descriptor
Backtrace:
org/jruby/RubyIO.java:2052:in `close'
  from: C:/jruby-1.7.3/lib/ruby/gems/shared/gems/ruby-debug-ide-0.4.17.beta16/lib/ruby-debug-ide/interface.rb:44:in `close'
  from: C:/jruby-1.7.3/lib/ruby/gems/shared/gems/ruby-debug-ide-0.4.17.beta16/lib/ruby-debug-ide/ide_processor.rb:102:in `process_commands'
  from: C:/jruby-1.7.3/lib/ruby/gems/shared/gems/ruby-debug-ide-0.4.17.beta16/bin/../lib/ruby-debug-ide.rb:121:in `start_control'
  from: org/jruby/RubyProc.java:261:in `call'
  from: org/jruby/RubyProc.java:213:in `call'

我现在正在使用预发行版本,但在使用发布版本时遇到了同样的错误。

注意:我使用NetBeans(而不是JRuby)中的内置Ruby解释器成功调试。

0 个答案:

没有答案