Frank Vielma's Blog Programming, science, engineering, and more…
Installing ruby-debug
Posted on {13-Feb-2011} No commentsBeofore to install ruby-debug, you need to install the following (Ubuntu 10.4, 10.10):
- sudo aptitude install ruby1.8-dev
- (Header files for compiling extension modules for the Ruby 1.8)
- sudo gem install ruby-debug-base
- sudo gem install ruby-debug
- sudo aptitude install ruby1.8-dev

