RSS Amplifier

Luca Guidi · Sep 4, 2009

How to install ruby-debug on Ruby 1.9

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

One of the major problem which prevent the migration to Ruby 1.9 is the lack of the porting of ruby-debug. 
 Here the steps I followed to made it working on my MacBook with Multiruby: 
 
sudo gem install rake-compiler ruby_core_source --no-rdoc --no-ri 
sudo gem install ruby-debug19 --no-rdoc --no-ri 
 I hope it works for you too!

Read on /2009/09/04/how-to-install-ruby-debug-on-ruby-19/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.