-
Notifications
You must be signed in to change notification settings - Fork 80
Installation: IDE version
As of August 27, 2009, the following IDEs have been reported to work:
- Komodo (needs manual patching; details here)
- NetBeans v6.7
- RubyMine
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).
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.
Install Ruby 1.9.x from MacPorts. Then:
sudo gem1.9 install ruby-debug-ide