views:

134

answers:

2

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
A: 

I've noticed this too. Have you tried using "step" instead, "step" seems to work for me.

Zubair
A: 

currently doesn't work with 1.4.0 either, but ruby-debug does work with a trunk build of jruby

jshen