I\'m having trouble installing the Ruby-Debug Gem on windows. What does this error mean? How can I fix this? Thanks
Also you can try this:
gem install ruby-debug-ide --platform=ruby --pre
this port of ruby-debug that works on 1.9.2 and 1.9.3 worked for me. Just type
gem install debugger
Execute Below command and its works
C:\Users\Steve>gem install ruby-debug --platform=mswin32
I ran into the same problem. Following steps should get you through:
Install ruby-debug19 instead of ruby-debug.
gem install ruby-debug19
I found this answer worked easiest for me: http://github.com/oneclick/rubyinstaller/wiki/development-kit
Run: gem install ruby-debug19
More info...