Open dblock opened 10 years ago
Thanks for reporting your issue! This is one of my 7 active issues. Use that link to check how soon your issue will be answered. Don't forget to check your issue against this project's CONTRIBUTING.md. Cheers.
Nice gif! This is old behavior back from when debugger was on rubyforge, yikes. Given that debugger will soon be end-of-lifed, I won't be taking any enhancements to implement next. Feel free to close if you'd like
Makes sense, thanks @cldwalker - will leave this open since it's still an issue, eventually the project will be lost in the Github depths.
Via https://github.com/nixme/pry-debugger/issues/55.
This deserved an animated GIF.
It's either confusing or a bug?
The
n
method is defined viaExtendCommandBundle.def_extend_command "n", :Next
in https://github.com/cldwalker/debugger/blob/master/lib/ruby-debug/commands/irb.rb#L22 and is implemented asI really don't understand the purpose of this.