Releases: deivid-rodriguez/pry-byebug
Releases · deivid-rodriguez/pry-byebug
3.4.1
Fixed
- control_d handler not being required properly when
pry-byebug
loaded
as a pry
plugin and not through explicit require.
3.3.0
Fixed
- Byebug 8 compatibility.
- Fix encoding error in gemspec file (#70).
- Debugger being too slow (#80, thanks @k0kubun).
3.2.0
Added
continue
can now receive a line number argument (#56).
Fixed
- Conflicts with
break
and next
Ruby keywords inside multiline statements
(#44).
Removed
breaks
command. It was broken anyways (#47).
3.1.0
Added
- Frame navigation commands
up
, down
and frame
.
3.0.1
Fixed
- Several formatting and alignment issues.
3.0.0
Fixed
binding.pry
would 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
) and continue
(c
). See #34.
2.0.0
Fixed
- Byebug 3 compatibility.
- Pry not starting at the first line after
binding.pry
but at binding.pry
.
continue
not finishing pry instance (#13).
1.3.3
Fixed
- Pry 0.10 series and further minor version level releases compatibility.
1.3.2
Fixed
- Bug inherited from
byebug
.