Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Installation: IDE version

mark-moseley edited this page Sep 13, 2010 · 8 revisions

As of September 10, 2009, the following IDEs have been tested with ruby-debug-ide 0.4.8:

  • Komodo IDE v5.1.4 build 30485
    (needs manual patching; details here)
  • NetBeans v6.7
    (debugging Rails requires update to netbeans.conf; details here)
  • RubyMine v1.1.1 build #975 and v1.5 EAP #1364
    (needs manual patching; details here)
  • Aptana Studio 1.5.1

Linux

Run:

sudo gem install ruby-debug-ide

Note: if you’re using a non-standard Ruby release (pulled from SVN, and/or patched), then instead, run:

sudo gem install ruby-debug-ide -- --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

Currently, ruby-debug-ide for Ruby 1.9 only works on Windows using a RubyInstaller installation. Either download a 1.9.x version from here, or, create your own RubyInstaller build from here. Do not install to a path that has a space inside of it (like “C:\Program Files\”).

In both cases, you will also need to download and install the DevKit. 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-debug-ide

Note: if you built your own RubyInstaller, then you will need to install with:

gem install ruby-debug-ide -- --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

Install Ruby 1.9.x from MacPorts. Then:

sudo gem1.9 install ruby-debug-ide

Clone this wiki locally