ruby-debug
- URL
- http://rubyforge.org/projects/ruby-debug/
- Author(s)
- Kent Sibilev
- Summary
- ruby-debug is a fast implementation of the standard Ruby debugger debug.rb. It's implemented by utilizing a new hook Ruby C API.
Comments
ruby-debug
(0.11.5)
is Working
for François Montel (other, 6 months ago)
Working now on freeBSD, using the ruby-debug19 gem. (It was necessary for me to pass the install-dir to the gem. By default this gem was installing at /usr/local/lib/ruby19/gems/1.9, whereas all other gems on my system installed themselves in /usr/local/lib/ruby/gems/1.9. Running #gem install ruby-debug19 --install-dir=/usr/local/lib/ruby/gems/1.9 worked. (Thanks, Mark for the help.)
ruby-debug
(0.11)
is Failing
for Pete Nicholls (Mac OSX, 6 months ago)
Works with the mark-moseley-ruby-debug gem (see comments below), but NOT the standard gem.
ruby-debug
(0.10.3)
is Failing
for Pete Nicholls (Mac OSX, 6 months ago)
ruby-debug
is Failing
for François Montel (other, 6 months ago)
0.10.3 fails on freeBSD ("Can't handle 1.9 yet" error).
Mark Moseley's version (0.11.2) also fails (can't create Makefile). Ruby install from ports (not built from source, etc.)
ruby-debug
(mark-moseley)
is Working
for Roger (Windows, 7 months ago)
just follow the instructions
http://github.com/mark-moseley/ruby-debug/tree/master
ruby-debug
is Working
for Damian Janowski (Mac OSX, 7 months ago)
Works under OSX following these steps: http://gist.github.com/159524
Thanks Mark!
ruby-debug
is Failing
for Damian Janowski (Mac OSX, 7 months ago)
Followed the steps in the GitHub wiki and I get this:
/opt/local/lib/ruby1.9/gems/1.9.1/gems/linecache-0.43/lib/tracelines.rb:12:in `require': no such file to load -- /opt/local/lib/ruby1.9/gems/1.9.1/gems/linecache-0.43/lib/../lib/trace_nums (LoadError)
from /opt/local/lib/ruby1.9/gems/1.9.1/gems/linecache-0.43/lib/tracelines.rb:12:in `rescue in <module:TraceLineNumbers>'
from /opt/local/lib/ruby1.9/gems/1.9.1/gems/linecache-0.43/lib/tracelines.rb:8:in `<module:TraceLineNumbers>'
from /opt/local/lib/ruby1.9/gems/1.9.1/gems/linecache-0.43/lib/tracelines.rb:6:in `<top (required)>'
from /opt/local/lib/ruby1.9/gems/1.9.1/gems/linecache-0.43/lib/linecache.rb:63:in `require'
from /opt/local/lib/ruby1.9/gems/1.9.1/gems/linecache-0.43/lib/linecache.rb:63:in `<top (required)>'
from /opt/local/lib/ruby1.9/gems/1.9.1/gems/mark-moseley-ruby-debug-base-0.11.6/lib/ruby-debug-base.rb:3:in `require'
from /opt/local/lib/ruby1.9/gems/1.9.1/gems/mark-moseley-ruby-debug-base-0.11.6/lib/ruby-debug-base.rb:3:in `<top (required)>'
from /opt/local/lib/ruby1.9/gems/1.9.1/gems/ruby-debug-0.10.3/cli/ruby-debug.rb:5:in `require'
from /opt/local/lib/ruby1.9/gems/1.9.1/gems/ruby-debug-0.10.3/cli/ruby-debug.rb:5:in `<top (required)>'
from pepe.rb:1:in `require'
from pepe.rb:1:in `<main>'
ruby-debug
(0.11)
is Working
for Eric Promislow (GNU/Linux, 7 months ago)
Pulled down linecache, columnize, and ruby-debug 2009-07-23, and built them. Not all tests pass, and some features are missing, but I can debug Ruby 1.9.1 with Komodo now.
ruby-debug
is Working
for Mark Moseley (Windows, 7 months ago)
I've been working on the port. Should be done this week...except for catchpoints.
ruby-debug
is Failing
for Pistos (GNU/Linux, 9 months ago)
Same as the others. Dies when trying to install linecache, which is not 1.9 ready.
ruby-debug
(1.2.6)
is Failing
for Mat Brown (GNU/Linux, 9 months ago)
Building native extensions. This could take a while...
ERROR: Error installing ruby-debug:
ERROR: Failed to build gem native extension./opt/ruby-1.9.1-p129/bin/ruby extconf.rb install --no-ri --no-rdoc ruby-debug
Can't handle 1.9.x yet
*** 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=/opt/ruby-1.9.1-p129/bin/rubyGem files will remain installed in /opt/ruby-1.9.1-p129/lib/ruby/gems/1.9.1/gems/linecache-0.43 for inspection.
Results logged to /opt/ruby-1.9.1-p129/lib/ruby/gems/1.9.1/gems/linecache-0.43/ext/gem_make.out
ruby-debug
is Failing
for Ondřej Konečný (GNU/Linux, 11 months ago)
$ gem install ruby-debug
Building native extensions. This could take a while...
ERROR: Error installing ruby-debug:
ERROR: Failed to build gem native extension./usr/local/bin/ruby extconf.rb install ruby-debug
Can't handle 1.9.x yet
*** 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/local/bin/rubyGem files will remain installed in /usr/local/lib/ruby/gems/1.9.1/gems/linecache-0.43 for inspection.
Results logged to /usr/local/lib/ruby/gems/1.9.1/gems/linecache-0.43/ext/gem_make.out
ruby-debug
is Failing
for Clint Bishop (Mac OSX, 12 months ago)
Building native extensions. This could take a while...
ERROR: Error installing ruby-debug:
ERROR: Failed to build gem native extension./usr/local/bin/ruby1.9 extconf.rb install ruby-debug
Can't handle 1.9.x yet

ruby-debug is Failing
for Erwann (Windows, 13 days ago)