Skip to content

Releases: deivid-rodriguez/byebug

9.0.6

30 Sep 00:09
Compare
Choose a tag to compare

Fixed

  • Error when using byebug with a ruby compiled against libedit (#241).
  • Allow Byebug.start_server to yield the block passed to it when the actual
    port is already known (#277, thanks @cben).
  • Use a standard license name so it can be more reliably used by tools (#275).

9.0.5

28 May 16:28
Compare
Choose a tag to compare

Fixed

  • Error loading rc file when ENV['HOME'] is unset.

9.0.4

19 May 18:51
Compare
Choose a tag to compare

Fixed

  • Errors in rc file not being displayed to the user.

9.0.3

16 May 07:42
Compare
Choose a tag to compare

Fixed

  • Unfriendly output in byebug's executable when no script specified (#256).
  • Unfriendly output in byebug's executable when script doesn't exist.
  • Unfriendly output in byebug's executable when script has invalid code.

9.0.2

15 May 14:29
Compare
Choose a tag to compare

Fixed

  • Skip to get a line in eval context (#263, thanks @k0kubun).
  • Debugger getting disabled after continue even when linetrace is enabled
    (#264, thanks @k0kubun).

9.0.1

14 May 10:19
Compare
Choose a tag to compare
  • quit never exiting when remote debugging (#201).

9.0.0

11 May 12:03
Compare
Choose a tag to compare

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, but byebug is no longer
    tested against this version so they might start breaking in the
    future.

8.2.5

27 Apr 14:38
Compare
Choose a tag to compare

Fixed

8.2.4

08 Apr 10:31
Compare
Choose a tag to compare

Fixed

  • Reverts #211 which leads to an unusable debugger.

8.2.3

07 Apr 10:01
Compare
Choose a tag to compare

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).