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:

First, run:

gem list

Make sure you don’t have columnize, linecache, ruby-debug-base, ruby-debug, or ruby-debug-ide. If you do, uninstall them. Then, determine which directories are included in your gems path:

gem env gempath

Append /gems to each one (they’re delimited by a semicolon), and then cd to each directory. Make sure that that there are no directories that start with columnize, linecache, ruby-debug-base, ruby-debug, or ruby-debug-ide. If there are, remove them with “rm -rf”.

Next, if you haven’t installed gems from github, run:

gem sources -a http://gems.github.com

Then:

sudo gem install mark-moseley-ruby-debug-cli

Windows installation instructions, Ruby 1.9.1-p129 only:

1. Install 1.9.1p129 from here. Note the disclaimer at the top of the page.

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

3. Run:

gem install mark-moseley-ruby-debug-cli

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)

Run:

gem install mark-moseley-ruby-debug-ide

Clone this wiki locally