Ruby-Debug Gem Install Problem on Windows?

It means it doesn't work with Ruby 1.9 yet.

Execute Below command and its works C:\Users\Steve>gem install ruby-debug --platform=mswin32.

I tried this but when I try to run my server in debug mode it says it can't find ruby-debug-base, even though it's on my gems list and listed in my Gemfile. Any ideas? – Samo Apr 6 at 16:28.

Same problem continues... – Palani Kannan Aug 16 at 11:10.

I ran into the same problem. Following steps should get you through: Install ruby using RubyInstaller Install devkit Install ruby-debug19 instead of ruby-debug. Gem install ruby-debug19.

This is only for windows... – Palani Kannan Aug 16 at 11:10 @Palani, the question was specific to Windows. – KandadaBoggu Aug 16 at 18:38.

I found this answer worked easiest for me: github.com/oneclick/rubyinstaller/wiki/d....

The error seems clear: Can't handle 1.9. X yet *** extconf. Rb failed *** You're trying to install ruby-debug gem, which is compatible only with Ruby 1.8.X on Ruby 1.9. X Please install ruby-debug19, which is compatible with Ruby 1.9. X gem install ruby-debug19.

Ruby-debug19 needs some headers and those headers are not available along with 1.9.2 – Palani Kannan Aug 16 at 11:11 Palani Kannan: your comment is not accurate. Ruby-debug19 gems requires Ruby source code which will be downloaded during the gem installation. – Luis Lavena Aug 16 at 14:36.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions