Skip to content

Releases: deivid-rodriguez/byebug

2.5.0

07 Dec 12:58
Compare
Choose a tag to compare

Added

  • Support for sublime-debugger.

2.4.1

07 Dec 12:58
Compare
Choose a tag to compare

Fixed

2.4.0

07 Dec 12:58
Compare
Choose a tag to compare

Fixed

  • thread list showing too many threads.
  • Fix setting post mortem mode with set post_mortem. Now this is the only
    post mortem functionality available as specifying Byebug.post_mortem with a
    block has been removed in this version.

Added

  • (Again) debugger as an alias to byebug (thanks @wallace).
  • -R option for bin/byebug to specify server's hostname:port for remote
    debugging (thanks @mrkn).

Changed

  • Use require instead of require_relative for loading byebug's extension
    library (thanks @nobu).
  • trace variable $foo should be now trace variable $foo.

2.3.1

07 Dec 12:58
Compare
Choose a tag to compare

Fixed

  • Breakpoint removal.
  • Broken test suite.

2.3.0

07 Dec 12:58
Compare
Choose a tag to compare

Added

  • Compatibility with Phusion Passenger Enterprise (thanks @FooBarWidget).

Changed

  • More minimalist help system.

2.2.2

07 Dec 12:58
Compare
Choose a tag to compare

Fixed

  • Compilation issue in 64 bit systems.

2.2.1

07 Dec 12:58
Compare
Choose a tag to compare

Fixed

  • #26. Compilation issue
    introduced in 2.2.0.

Changed

  • show/set stack_trace_on_error is now show/set stack_on_error.

2.2.0

07 Dec 12:57
Compare
Choose a tag to compare

Fixed

  • Stack size calculations.
  • Setting post_mortem mode.

Added

  • verbose setting for TracePoint API event inspection.

Changed

  • Warning free byebug.
  • Allow edit <filename> without a line number.

2.1.1

07 Dec 12:57
Compare
Choose a tag to compare

Fixed

  • Debugging code inside -e Ruby flag.

2.1.0

07 Dec 12:57
Compare
Choose a tag to compare

Fixed

  • Remote debugging display.
  • eval crashing when inspecting raised an exception (reported by @iblue).

Changed

  • enable breakpoints now enables every breakpoint.
  • disable breakpoints now disables every breakpoint.