ruby-debug19

URL
http://rubyforge.org/projects/ruby-debug19/
Author(s)
Kent Sibilev and Mark Moseley
Summary
A generic command line interface for ruby-debug.

Add your comment ↓

Comments

ruby-debug19 (0.11.6) is Working
for amree (GNU/Linux, 4 months ago)

Put gem 'ruby-debug19' in your Gemfile

Before doing 'bundle install', run these commands:

gem install linecache19 -- --with-ruby-include=/home/amree/.rvm/src/ruby-1.9.2-p290/
gem install ruby-debug-base19 -- --with-ruby-include=/home/amree/.rvm/src/ruby-1.9.2-p290/

ruby-debug19 (0.11.6) is Working
for ms (GNU/Linux, about 1 year ago)

works with rvm and ubuntu 10.10 with these instructions: http://rubypond.com/blog/building-ruby-debug-with-ruby-1-9 Other instructions listed here did not work for me

ruby-debug19 (0.11.6) is Working
for Vidmantas (GNU/Linux, about 1 year ago)

Works on Ubuntu, but have to be installed in the following order:

ruby-debug-base19 -v=0.11.23
ruby-debug19
ruby-debug-base19 -v=0.11.24

ruby-debug19 (0.11.6) is Working
for Stanislav Bozhkov (GNU/Linux, about 1 year ago)

It finally worked on Ubuntu, however I had to install one older version of -debug-base gem:

gem install ruby-debug-base19 --version=0.11.23

ruby-debug19 (0.11.6) is Failing
for Antono Vasiljev (GNU/Linux, about 1 year ago)

ruby: symbol lookup error: ../gems/ruby-debug-base19-0.11.23/lib/ruby_debug.so: undefined symbol: rb_method_node

ruby-debug19 (0.11.6) is Failing
for Anshul (GNU/Linux, about 1 year ago)

Works on ruby 1.9.1 but fails on ruby 1.9.2-p0

http://rubyforge.org/tracker/index.php?func=detail&aid=28484&group_id=8883&atid=34290

ruby-debug19 (1.9.2-rc2) is Working
for Sean McCleary (Mac OSX, about 1 year ago)

The normal install will not work. You must install ruby-debug19 for 1.9.2 this way: http://rubypond.com/blog/building-ruby-debug-with-ruby-1-9

ruby-debug19 ((0.11.6)) is Failing
for davei (GNU/Linux, about 1 year ago)

Same problem as dynomite on Red Hat 4,
32-bit and Scientific Linux 5, 64-bit

ruby-debug19 (0.11.6) is Working
for Nome Cognome (GNU/Linux, about 1 year ago)

Message for dynomite: to solve, install programm Checkinstall, download source Ruby 1.9.1p378, and in directory decompress command "./configure && make && sudo checkinstall. Finally, reinstall ruby-debug19. I resolved on Ubuntu 9.10 and Ubuntu 10.4.

ruby-debug19 is Failing
for dynomite (GNU/Linux, about 1 year ago)

ubuntu9.10
sudo gem install ruby-debug19
results in the error below
however gem install ruby_core_source 0.1.4 is installed

Why are they not seeing each other?

/usr/bin/ruby1.9.1 extconf.rb
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.

Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/usr/bin/ruby1.9.1
extconf.rb:2:in `require': no such file to load -- ruby_core_source (LoadError)
from extconf.rb:2:in `<main>'

ruby-debug19 (0.11.6) is Working
for Alexander S. Manenko (GNU/Linux, about 1 year ago)

Installs without problems on Arch Linux.

ruby-debug19 (0.11.6) is Working
for AlekSi (Mac OSX, over 2 years ago)

ruby-debug19 (0.11.6) is Working
for Infusiastic (Mac OSX, over 2 years ago)

Add your comment




Yes No