Skip to content

Installation: IDE version

shmichael 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:

  • NetBeans 6.7.1; patched to include “jump” command; see NetBeans 6.7.1 IDE updates.
  • Komodo IDE v5.2
  • 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-ide19

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

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

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

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

Clone this wiki locally