Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Ryan Shillington
How to instal ruby-debug on windows (Solved!) [ reply ]  
2010-11-29 02:30
It's actually quite easy. Install devkit (http://wiki.github.com/oneclick/rubyinstaller/development-kit). Then do the regular:

gem install ruby-debug

and it should work fine.