New
12.0.0
Changed
- #690:
breakwithout any arguments now sets a breakpoint on the current line, just likegdb(@sergioro9.
Fixed
- #741: Small consistency issues in help messages.
- #743:
untracevarcommand crashing when giving a non existent global variable. - #744: Another punctuation tweak in
enable breakpointshelp message. - #736: Skip warning about
$SAFEglobal variable on ruby 2.7 when listing global variables.
Added
- #847 and #850: Support for MRI 3.1, 3.2, and 3.3 (@marshall-lee).
- #688:
wherecommand now receives an optional numeric argument<n>to print the nth first frames (@sergioro9.
Removed
- Support for MRI 2.4, 2.5, 2.6, 2.7, and 3.0. Byebug no longer installs on this platform.