Releases: deivid-rodriguez/pry-byebug
Releases · deivid-rodriguez/pry-byebug
1.3.1
Fixed
- Bug #22 (thanks @andreychernih).
1.3.0
Added
- Breakpoints on method names (thanks @andreychernih & @palkan).
Fixed
- "Undefined method
interface
" error (huge thanks to @andreychernih).
1.2.1
Fixed
- "Uncaught throw :breakout_nav" error (thanks @lukebergen).
1.2.0
Fixed
- Compatibility with byebug's 2.x series
1.1.2
Fixed
- Compatibility with backwards compatible byebug versions.
1.1.1
Fixed
- Bug when doing
step n
ornext n
where n > 1 right afterbinding.pry
.
1.1.0
Added
s
,n
,f
andc
aliases (thanks @jgakos!).
1.0.1
Fixed
- Unwanted debugging printf.