Pry Byebug Versions Save

Step-by-step debugging and stack navigation in Pry

v3.10.1

1 year ago

Fixed

  • Rails console loading a debugger REPL instead of the standard Pry REPL (#392)

v3.10.0

1 year ago

Added

  • Support for pry 0.14 (#346, #386). NOTE: pry-byebug now needs to be explicitly required from ~/.pryrc since plugin autoloading has been removed from Pry.

Removed

  • Support for Ruby 2.4, 2.5, and 2.6. Pry-byebug no longer installs on these platforms (#380).

v3.9.0

4 years ago

Fixed

  • Dependency on pry being too loose. Now breaking minor releases of pry won't affect pry-byebug users (#289).

Added

  • Support for pry 0.13.0 (#266).

Removed

  • Support for pry older than 0.13.0 (#289).

v3.8.0

4 years ago

Fixed

  • Use Binding#source_location instead of evaluating __FILE__ to avoid warnings on Ruby 2.7 and on Ruby 2.6 in verbose mode (#221).

Removed

  • Support for Ruby 2.3. Pry-byebug no longer installs on this platform.

v3.7.0

5 years ago
  • Byebug 11 compatibility, with ruby 2.6 support.

v3.6.0

6 years ago

Added

  • Byebug 10 compatibility, with ruby 2.5 support.

v3.5.1

6 years ago

Fixed

  • Allow other threads like Pry. (#142)

v3.5.0

6 years ago

Added

  • Byebug 9.1 support. As a result, Ruby 2.0 & Ruby 2.1 support has been dropped. Pry-byebug no longer installs on these platforms.

v3.4.3

6 years ago

Fixed

  • Installation on old rubies after byebug dropping support for them.

v3.4.2

7 years ago

Fixed

  • Byebug doesn't start after disable-pry command.