Skip to content

Releases: deivid-rodriguez/byebug

1.4.0

07 Dec 12:57
Compare
Choose a tag to compare

Fixed

  • Memory leaks causing byebug to randomly crash.

Changed

  • Use the Debug Inspector API for backtrace information.

1.3.1

07 Dec 12:57
Compare
Choose a tag to compare

Fixed

  • Interaction with Rails debugging flag.
  • Crash when trying to print lines of code containing the character '%'.
  • basename and linetrace options not working together.

1.3.0

07 Dec 12:57
Compare
Choose a tag to compare

Added

  • Support colon-delimited include paths in command-line front-end (@ender672).

1.2.0

07 Dec 12:57
Compare
Choose a tag to compare

Fixed

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

Added

  • pry command.

1.1.1

07 Dec 12:57
Compare
Choose a tag to compare

Added

  • pry-byebug compatibility.

Changed

  • Better help system.
  • Code cleanup.

1.1.0

07 Dec 12:57
Compare
Choose a tag to compare

Added

  • Post Mortem support.

1.0.3

07 Dec 12:57
Compare
Choose a tag to compare

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

  • autoreload is set by default now.
  • Try some thread support (not even close to usable).

1.0.2

07 Dec 12:57
Compare
Choose a tag to compare

Fixed

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

Changed

  • autolist and autoeval are default settings now.

1.0.1

07 Dec 12:57
Compare
Choose a tag to compare

Fixed

  • Byebug not loading properly.