Byebug v11.0.0 Release Notes

Release Date: 2019-02-15 // about 5 years ago
  • โž• 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! (or continue 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.