All Versions
81
Latest Version
Avg Release Cycle
71 days
Latest Release
1853 days ago

Changelog History
Page 8

  • v1.4.0 Changes

    June 05, 2013

    ๐Ÿ›  Fixed

    • Memory leaks causing byebug to randomly crash.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ Use the Debug Inspector API for backtrace information.
  • v1.3.1 Changes

    June 02, 2013

    ๐Ÿ›  Fixed

    • ๐Ÿš… Interaction with Rails debugging flag.
    • ๐Ÿ–จ Crash when trying to print lines of code containing the character '%'.
    • basename and linetrace options not working together.
  • v1.3.0 Changes

    May 25, 2013

    โž• Added

    • ๐Ÿ‘Œ Support colon-delimited include paths in command-line front-end ([@ender672]).
  • v1.2.0 Changes

    May 20, 2013

    ๐Ÿ›  Fixed

    • ๐Ÿ’ป Ctrl+C during command line editing (works like pry/irb).

    โž• Added

    • pry command.
  • v1.1.1 Changes

    May 07, 2013

    โž• Added

    • pry-byebug compatibility.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ Better help system.
    • Code cleanup.
  • v1.1.0 Changes

    April 30, 2013

    โž• Added

    • ๐Ÿ‘ Post Mortem support.
  • v1.0.3 Changes

    April 23, 2013

    ๐Ÿ›  Fixed

    • Negative line numbers shown by list command at the beginning of file.
    • ๐Ÿ‘ป backtrace command segfaulting when trying to show info on some frame args. Don't know the reason yet, but the exception is handled now and command does not segfault anymore.

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ autoreload is set by default now.
    • ๐Ÿ‘ Try some thread support (not even close to usable).
  • v1.0.2 Changes

    April 09, 2013

    ๐Ÿ›  Fixed

    • backtraces messed up when using both next/step and backtrace navigation commands.

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ autolist and autoeval are default settings now.
  • v1.0.1 Changes

    April 06, 2013

    ๐Ÿ›  Fixed

    • Byebug not loading properly.
  • v1.0.0 Changes

    March 29, 2013

    ๐Ÿ›  Fixed

    • โœ… Green test suite.