ruby-debug-base

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 is implemented by utilizing a new Ruby C API hook. The core component provides support that front-ends can build on. It provides breakpoint handling, bindings for stack frame

Add your comment ↓

Comments

ruby-debug-base (1.9.2) is Working
for Thorsten Kamann (Mac OSX, about 1 year ago)

This seems to work (for me):
sudo gem install ruby-debug-base19 -- --with-ruby-include=/home/user/.rvm/rubies/ruby-1.9.2-p0

ruby-debug-base (0.11.24) is Failing
for Stan (GNU/Linux, about 1 year ago)

ruby_debug.c: In function ‘debug_event_hook’:
ruby_debug.c:719: error: ‘rb_method_entry_t’ undeclared (first use in this function)
ruby_debug.c:719: error: ‘me’ undeclared (first use in this function)

ruby-debug-base (0.10.3) is Failing
for Daniel Siran (Windows, over 2 years ago)

Not working with ruby 1.9
ruby_debug.so (LoadError)
any idea or updates ?
Thanks

ruby-debug-base (Latest (as of now)) is Failing
for Jeremy Nicoll (Mac OSX, over 2 years ago)

Says it can't handle 1.9.x yet.

ruby-debug-base is Working
for Mark Moseley (Windows, over 2 years ago)

I've been working on the port. Should be done this week...except for catchpoints.

ruby-debug-base is Failing
for Ondřej Konečný (GNU/Linux, over 3 years ago)

It depends on linecache, which isn't compatible with ruby 1.9.

Add your comment




Yes No