Releases: deivid-rodriguez/byebug
Releases · deivid-rodriguez/byebug
9.0.6
9.0.5
Fixed
- Error loading rc file when
ENV['HOME']
is unset.
9.0.4
Fixed
- Errors in rc file not being displayed to the user.
9.0.3
9.0.2
9.0.1
9.0.0
Fixed
irb
command unintentionally changing $PROGRAM_NAME.pry
command failing.- Unrelated error message when using
pry
command and Pry not installed. - Interrupting program execution from remote control interface (#239, thanks
@izaera).
Removed
- Official Ruby 2.0.0 support.
var local
no longer works in Ruby 2.0. The
rest of the commands should still work as before, butbyebug
is no longer
tested against this version so they might start breaking in the
future.
8.2.5
8.2.4
8.2.3
Fixed
- Better interaction with utilities like RSpec when hitting Ctrl-C.
irb
command when original program modified ARGV (#197, thanks @josephks).- Unusable debugger when stdin redirected (#211,thanks @sethk).
- RC file loading when no explicit flag included (#223).
- Installation on some Windows systems (#175, #226).