Byebug v10.0.0 Release Notes

Release Date: 2018-01-26 // about 6 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ’ฅ Breaking on methods now stops on the first effective line of a method, not on the line containing the def keyword.

    โž• Added

    • #393: Show valid breakpoint locations when invalid location given ([@ko1]).
    • ๐Ÿ’Ž #397: Ruby 2.5.0 support ([@yui-knk]).
    • ๐ŸŒฒ Log host & port when launching byebug's client in remote mode.
    • โœ… #82: Some love & tests to remote debugging.
    • #141: remote_byebug shortcut to start the most common case for remote debugging.

    ๐Ÿ›  Fixed

    • ๐Ÿ’Ž #419: Properly ignore ruby fullpath executable when passed to byebug script.
    • #141: Remote server crash when interrupting client.
    • #274: Remote server crash when interrupting client.
    • #239: Control server thread being able to interrupt main thread only a single time.