-
Notifications
You must be signed in to change notification settings - Fork 80
Home
Run:
sudo gem install ruby-debug19
Note: if you’re using a non-standard Ruby release (pulled from SVN, and/or patched), then instead, run:
sudo gem install ruby-debug19 -- --with-ruby-include=/path/to/ruby
where “/path/to/ruby” is the root path of the Ruby sources (the one with vm_core.h in it).
First, install 1.9.1p129 from here. Note the disclaimer at the top of the page. Do not install to a path that has a space inside of it (like “C:\Program Files\”).
Then install the Development Kit from the same page. If you don’t have 7-Zip, get it here. Extract, and follow the instructions in the INSTALL file. If you had installed Ruby in c:\ruby, and, extracted this kit into there also, then you don’t need to do anything.
Next, run:
gem install ruby-debug19
Note: if you’re using a non-standard Ruby release (pulled from SVN, and/or patched), then instead, run:
gem install ruby-debug19 -- --with-ruby-include=c:/path/to/ruby
where “/path/to/ruby” is the root path of the Ruby sources (the one with vm_core.h in it). Don’t use the Windows-style backslash.
Installation program here. Assumes you have the latest Ruby 1.9 installed via MacPorts.
gem install ruby-debug-ide19 --ignore-dependencies