RubyMine-2017.1.3 on Windows 10 - Connecting to debugger
Hi guys
I can not solve that problem for a few days. I think I have installed every gem which is needed but this one is getting me crazy.
When trying to debug, the popup window pops out "Connecting to debugger". After 10 seconds console output is:
C:\Ruby24-x64\bin\ruby.exe -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/ruby-debug-ide-0.6.1.beta4/bin/rdebug-ide --disable-int-handler --evaluation-timeout 10 --rubymine-protocol-extensions --port 57452 --host 0.0.0.0 --dispatcher-port 57453 -- C:/Users/szorl/RubymineProjects/ALL2/Main
Fast Debugger (ruby-debug-ide 0.6.1.beta4, debase 0.2.2.beta10, file filtering is supported) listens on 0.0.0.0:57452"
Additionality, debugger on windows 7 works correctly.
Gems which I have installed:
abstract_type (0.0.7)
actioncable (5.1.1)
actionmailer (5.1.1)
actionpack (5.1.1)
actionview (5.1.1)
activejob (5.1.1)
activemodel (5.1.1)
activerecord (5.1.1)
activesupport (5.1.1)
adamantium (0.2.0)
anima (0.3.0)
archive-tar-minitar (0.6.1)
arel (8.0.0)
ast (2.3.0)
axiom-types (0.1.1)
bigdecimal (1.3.2, default: 1.3.0)
builder (3.2.3)
bundler (1.15.1)
codeclimate-engine-rb (0.4.0)
coercible (1.0.0)
colorize (0.8.1)
columnize (0.9.0)
concord (0.1.5)
concurrent-ruby (1.0.5)
debase (0.2.1)
debase-ruby_core_source (0.9.9)
debug_inspector (0.0.3)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.8)
descendants_tracker (0.0.4)
devkit (0.1.0)
devtools (0.1.16)
did_you_mean (1.1.2, 1.1.0)
diff-lcs (1.3, 1.2.5)
docile (1.1.5)
equalizer (0.0.11)
erubi (1.6.0)
erubis (2.7.0)
flay (2.9.0, 2.8.1)
flog (4.6.1, 4.4.1)
globalid (0.4.0)
hashie (3.5.5)
highline (1.7.8)
i18n (0.8.4)
ice_nine (0.11.2)
io-console (default: 0.4.6)
json (2.1.0, default: 2.0.2)
loofah (2.0.3)
mail (2.6.5)
memoizable (0.4.2)
method_source (0.8.2)
mime-types (3.1)
mime-types-data (3.2016.0521)
mini_portile2 (2.2.0)
minitar (0.6.1)
minitar-cli (0.6.1)
minitest (5.10.2, 5.10.1)
morpher (0.2.6)
mutant (0.8.13)
mutant-rspec (0.8.13)
net-telnet (0.1.1)
nio4r (2.1.0)
nokogiri (1.8.0 x64-mingw32)
openssl (default: 2.0.3)
parallel (1.11.2)
parser (2.4.0.0, 2.3.3.1)
path_expander (1.0.2)
power_assert (1.0.2, 0.4.1)
powerbar (1.0.18)
powerpack (0.1.1)
procto (0.0.3)
psych (2.2.4, default: 2.2.2)
rack (2.0.3)
rack-test (0.6.3)
rails (5.1.1)
rails-dom-testing (2.0.3)
rails-html-sanitizer (1.0.3)
railties (5.1.1)
rainbow (2.2.2)
rake (12.0.0, 11.3.0)
rdoc (5.1.0, default: 5.0.0)
reek (4.7.0, 4.5.6)
regexp_parser (0.4.3)
rspec (3.6.0, 3.5.0)
rspec-core (3.6.0, 3.5.4)
rspec-expectations (3.6.0, 3.5.0)
rspec-its (1.2.0)
rspec-mocks (3.6.0, 3.5.0)
rspec-support (3.6.0, 3.5.0)
rubocop (0.49.1, 0.47.1)
ruby-debug-ide (0.6.1.beta4, 0.6.0)
ruby-progressbar (1.8.1)
ruby_core_source (0.1.5)
ruby_parser (3.9.0)
rubygems-update (2.6.12)
sexp_processor (4.9.0)
simplecov (0.14.1, 0.12.0)
simplecov-html (0.10.1)
sprockets (3.7.1)
sprockets-rails (3.2.0)
test-unit (3.2.4, 3.2.3)
thor (0.19.4)
thread_safe (0.3.6)
tzinfo (1.2.3)
unicode-display_width (1.2.1)
unparser (0.2.5)
virtus (1.0.5)
websocket-driver (0.6.5)
websocket-extensions (0.1.2)
xmlrpc (0.3.0, 0.2.1)
yard (0.9.9)
yardstick (0.9.9)
I have checked firewall and windows's firewall. Do you have any idea what may be wrong?
Thanks and regards,
Simon
Please sign in to leave a comment.
OK guys,
I have found the solution by myself. The problem was that, RubyMine 2017 needs 0.2.2.beta10. To download it type in cmd: gem install debase --pre.
If you would have any qustions, I'll try to make them clear.
Regards,
Simon