Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
mark-moseley edited this page Sep 13, 2010 · 41 revisions

Linux installation instructions, Ruby 1.9.1 and 1.9.2:

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).

Windows installation instructions, Ruby 1.9.1-p129 only:

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.

Mac OSX, Ruby 1.9.1-p129:

Installation program here. Assumes you have the latest Ruby 1.9 installed via MacPorts.

ruby-debug-ide installation (all platforms)

gem install ruby-debug-ide19 --ignore-dependencies

Clone this wiki locally