problems with jruby version of ruby-debug

Posted by jshen on Stack Overflow See other posts from Stack Overflow or by jshen
Published on 2009-08-15T19:42:41Z Indexed on 2010/03/25 13:03 UTC
Read the original article Hit count: 415

Filed under:
|
|

Whenever I use 'n' to step over a line it steps into it instead. This happens to me on all the versions of jruby i've tried, the latest being 1.3.1

Does it work right for anyone? If so any idea how to fix it, because it's too painful when it steps into every function every time.

Also, I use it like this if it makes any difference.

require 'ruby-debug'; debugger

© Stack Overflow or respective owner

Related posts about jruby

Related posts about ruby