Recent Releases of https://github.com/deivid-rodriguez/pry-byebug
https://github.com/deivid-rodriguez/pry-byebug - 3.12.0
Added
- Allow usage with Byebug 13 (#466).
- Allow pry 0.16 (#462).
Removed
- Support for Ruby 3.1. Pry-byebug no longer installs on these platforms (#467).
- Ruby
Published by deivid-rodriguez about 2 months ago
https://github.com/deivid-rodriguez/pry-byebug - 3.11.0
Added
- Byebug 12 compatibility, with Ruby 3.1, 3.2, and 3.3 support (#434).
- Support for pry 0.15 (#428).
Removed
- Support for Ruby 2.7, and 3.0. Pry-byebug no longer installs on these platforms (#433).
- Ruby
Published by deivid-rodriguez 11 months ago
https://github.com/deivid-rodriguez/pry-byebug - 3.10.1
Fixed
- Rails console loading a debugger REPL instead of the standard Pry REPL (#392)
- Ruby
Published by deivid-rodriguez over 3 years ago
https://github.com/deivid-rodriguez/pry-byebug - 3.10.0
Added
- Support for pry 0.14 (#346, #386). NOTE: pry-byebug now needs to be explicitly required from
~/.pryrcsince 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).
- Ruby
Published by deivid-rodriguez over 3 years ago
https://github.com/deivid-rodriguez/pry-byebug - 3.9.0
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).
- Ruby
Published by deivid-rodriguez almost 6 years ago
https://github.com/deivid-rodriguez/pry-byebug - 3.8.0
Fixed
- Use
Binding#source_locationinstead 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.
- Ruby
Published by deivid-rodriguez about 6 years ago
https://github.com/deivid-rodriguez/pry-byebug - 3.7.0
- Byebug 11 compatibility, with ruby 2.6 support.
- Ruby
Published by deivid-rodriguez about 7 years ago
https://github.com/deivid-rodriguez/pry-byebug - 3.6.0
Added
- Byebug 10 compatibility, with ruby 2.5 support.
- Ruby
Published by deivid-rodriguez about 8 years ago
https://github.com/deivid-rodriguez/pry-byebug - 3.5.1
Fixed
- Allow other threads like Pry. (#142)
- Ruby
Published by deivid-rodriguez over 8 years ago
https://github.com/deivid-rodriguez/pry-byebug - 3.5.0
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.
- Ruby
Published by deivid-rodriguez over 8 years ago
https://github.com/deivid-rodriguez/pry-byebug - 3.4.3
Fixed
- Installation on old rubies after byebug dropping support for them.
- Ruby
Published by deivid-rodriguez over 8 years ago
https://github.com/deivid-rodriguez/pry-byebug - 3.4.2
Fixed
- Byebug doesn't start after
disable-prycommand.
- Ruby
Published by deivid-rodriguez about 9 years ago
https://github.com/deivid-rodriguez/pry-byebug - 3.4.1
Fixed
- control_d handler not being required properly when
pry-byebugloaded
as apryplugin and not through explicit require.
- Ruby
Published by deivid-rodriguez over 9 years ago
https://github.com/deivid-rodriguez/pry-byebug - 3.4.0
Fixed
- Byebug 9 compatibility.
Added
- A new
backtracecommand.
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/pry-byebug - 3.3.0
Fixed
- Byebug 8 compatibility.
- Fix encoding error in gemspec file (#70).
- Debugger being too slow (#80, thanks @k0kubun).
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/pry-byebug - 3.2.0
Added
continuecan now receive a line number argument (#56).
Fixed
- Conflicts with
breakandnextRuby keywords inside multiline statements
(#44).
Removed
breakscommand. It was broken anyways (#47).
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/pry-byebug - 3.1.0
Added
- Frame navigation commands
up,downandframe.
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/pry-byebug - 3.0.1
Fixed
- Several formatting and alignment issues.
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/pry-byebug - 3.0.0
Fixed
binding.prywould not stop at the correct place when called at the last
line of a method/block.
Removed
- Stepping aliases for
next(n),step(s),finish(f) andcontinue
(c). See #34.
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/pry-byebug - 2.0.0
Fixed
- Byebug 3 compatibility.
- Pry not starting at the first line after
binding.prybut atbinding.pry. continuenot finishing pry instance (#13).
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/pry-byebug - 1.3.3
Fixed
- Pry 0.10 series and further minor version level releases compatibility.
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/pry-byebug - 1.3.2
Fixed
- Bug inherited from
byebug.
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/pry-byebug - 1.3.1
Fixed
- Bug #22 (thanks @andreychernih).
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/pry-byebug - 1.3.0
Added
- Breakpoints on method names (thanks @andreychernih & @palkan).
Fixed
- "Undefined method
interface" error (huge thanks to @andreychernih).
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/pry-byebug - 1.2.1
Fixed
- "Uncaught throw :breakout_nav" error (thanks @lukebergen).
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/pry-byebug - 1.2.0
Fixed
- Compatibility with byebug's 2.x series
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/pry-byebug - 1.1.2
Fixed
- Compatibility with backwards compatible byebug versions.
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/pry-byebug - 1.1.1
Fixed
- Bug when doing
step nornext nwhere n > 1 right afterbinding.pry.
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/pry-byebug - 1.1.0
Added
s,n,fandcaliases (thanks @jgakos!).
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/pry-byebug - 1.0.1
Fixed
- Unwanted debugging printf.
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/pry-byebug - 1.0.0
Added
- Initial release forked from
pry-debugger to support byebug.
Removed
- pry-remote support.
- Ruby
Published by deivid-rodriguez almost 10 years ago