0

在 RubyMine 中启动 ruby​​ 调试器时,出现下一个错误:

runnerw.exe E:\jruby-1.6.7.2\bin\jruby.exe --1.9 -X+O
-J-Djruby.reflection=true -J-Djruby.compile.mode=OFF -J-Djruby.debug.fullTrace=true -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) E:/jruby-1.6.7.2/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.17.beta17/bin/rdebug-ide --debug --port 64311 --dispatcher-port 64312 -- E:/Workspace_Java&Ruby/Project_3_3/script/rails server -b 127.0.0.1 -p 3000 -e development Fast Debugger (ruby-debug-ide 0.4.17.beta17, ruby-debug-base 0.10.5.rc3) listens on 127.0.0.1:64311 Connected from 127.0.0.1 

12348: Starting control thread 
12348: Processing in control: b E:/Workspace_Java&Ruby/Project_3_3/app/controllers/login_controller.rb:9 
12348: <breakpointAdded no="1" location="E:/Workspace_Java&Ruby/Project_3_3/app/controllers/login_controller.rb:9"/> 
12348: <error> 
12348: INTERNAL ERROR!!! IOError

12348: </error> 12348: <error>

有什么想法可能导致这种情况吗?

4

1 回答 1

2

&Workspace_Java&Ruby目录名称中可能会导致问题,将项目移动到不同的目录应该会有所帮助。

于 2013-06-03T11:24:19.830 回答