using ruby-debug with jruby-1.5.0
Posted
by brad
on Stack Overflow
See other posts from Stack Overflow
or by brad
Published on 2010-06-09T20:43:05Z
Indexed on
2010/06/10
5:52 UTC
Read the original article
Hit count: 292
jruby
|ruby-debug
Release notes say that ruby-debug is installed by default. I'm using rvm. In my rails app I figured something as simple as script/server --debugger
would suffice, but it complains that the ruby-debug gem isn't installed, suggests using gem install ruby-debug
, which of course doesn't work (building native extensions) and is contrary to the docs anyway.
Just wondering if anyone's had any luck using the built in ruby-debug in jruby 1.5 and what one needs to do in order run jruby in debug mode
© Stack Overflow or respective owner