Skip to content

Releases: deivid-rodriguez/byebug

2.0.0

07 Dec 12:57
Compare
Choose a tag to compare

Added

  • "Official" definition of a command API.
  • Thread support.

Removed

  • jump command. It had never worked.

Changed

  • Several internal refactorings.

1.8.2

07 Dec 12:57
Compare
Choose a tag to compare

Fixed

  • save command now saves the list of displays.
  • Stack size calculation.

Changed

  • More user friendly regexps for commands.
  • Better help for some commands.

1.8.1

07 Dec 12:57
Compare
Choose a tag to compare

Fixed

  • Major regression introduced in 1.8.0.

1.8.0

07 Dec 12:57
Compare
Choose a tag to compare

Added

  • Remote debugging support.

1.7.0

07 Dec 12:57
Compare
Choose a tag to compare

Added

  • List command automatically called after callstack navigation commands.
  • C-frames specifically marked in the callstack.
  • C-frames skipped when navigating the callstack.

1.6.1

07 Dec 12:57
Compare
Choose a tag to compare

Fixed

  • Windows compatibiliy: compilation and terminal width issues.

1.6.0

07 Dec 12:57
Compare
Choose a tag to compare

Fixed

  • byebug placed at the end of a block or method call not working as expected.
  • autolist being applied when Ruby -e option used.

Changed

  • Backtrace callstyles. Use long for detailed frames in callstack and short
    for more concise frames.

1.5.0

07 Dec 12:57
Compare
Choose a tag to compare

Fixed

  • Incomplete backtraces when the debugger was not started at program startup.

1.4.2

07 Dec 12:57
Compare
Choose a tag to compare

Fixed

  • help command subcommand command.
  • Interaction with Rails Console debugging flag.
  • post_mortem mode when running byebug from the outset.
  • no-quit flag when running byebug from the outset.

1.4.1

07 Dec 12:57
Compare
Choose a tag to compare

Fixed

  • Crash when printing some filenames in backtraces.
  • Allow byebug developers to easily use compilers different from gcc (thanks
    @GarthSnyder!).