在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>
任何可能导致此问题的想法?
答案 0 :(得分:2)
&
目录名中的 Workspace_Java&Ruby
可能导致问题,将项目移动到其他目录应该会有所帮助。