-
Notifications
You must be signed in to change notification settings - Fork 80
Home
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
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
Installation program here. Assumes you have the latest Ruby 1.9 installed via MacPorts.
Run:
gem install mark-moseley-ruby-debug-ide