11.0.0
deivid-rodriguez
released this
15 Feb 15:52
·
271 commits
to master
since this release
Added
- #377:
skip
to continue until the next breakpoint as long as it is different from the current one. You can use this command to get out of loops, for example (@tacnoman). - #524:
continue!
(orcontinue unconditionally
) to continue until the end of the program regardless of the currently enabled breakpoints (@tacnoman).
Fixed
- #527:
break
help text to clarify placeholders from literals. - #528:
quit!
help to not show a space between "quit" and "!".
Removed
- Support for MRI 2.2. Byebug no longer installs on this platform.