Cannot install ruby-debug gem on Windows Cannot install ruby-debug gem on Windows ruby-on-rails ruby-on-rails

Cannot install ruby-debug gem on Windows


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:

  1. Install ruby using RubyInstaller
  2. Install devkit
  3. Install ruby-debug19 instead of ruby-debug.

    gem install ruby-debug19