Skip to content

Releases: deivid-rodriguez/byebug

3.4.1

07 Dec 12:58
Compare
Choose a tag to compare

Fixed

  • #54. Use of threads
    inside eval command.
  • list command not listing backwards after reaching the end of the file.

3.4.0

07 Dec 12:58
Compare
Choose a tag to compare

Fixed

3.3.0

07 Dec 12:58
Compare
Choose a tag to compare

Fixed

  • set verbose command.
  • set post_mortem false command.
  • Debugger stopping in byebug's internal frames in some cases.
  • backtrace crashing when fullpath setting disabled and calculated stack
    size being smaller than the real one.

3.2.0

07 Dec 12:58
Compare
Choose a tag to compare

Fixed

Removed

  • post_mortem activation through Byebug.post_mortem. Use set post_mortem
    instead.
  • info stack command. Use where instead.
  • method iv command. Use var instance instead.
  • #77. Warning.

3.1.2

07 Dec 12:58
Compare
Choose a tag to compare

Fixed

  • (Really) post_mortem mode in bin/byebug.
  • Line tracing in bin/byebug.

3.1.1

07 Dec 12:58
Compare
Choose a tag to compare

Fixed

  • post_mortem mode in bin/byebug.

3.1.0

07 Dec 12:58
Compare
Choose a tag to compare

Removed

  • show commands command. Use history instead.
  • Byebug.start accepting options. Any program settings you want applied from
    the start should be set in .byebugrc.
  • trace command. Use set linetrace for line tracing and tracevar for
    global variable tracing.
  • show version command. Use byebug --version to check byebug's version.
  • set arg setting. Use the restart command instead.

Changed

  • linetrace_plus setting renamed to tracing_plus.

Added

  • history command to check byebug's history of previous commands.

3.0.0

07 Dec 12:58
Compare
Choose a tag to compare

Fixed

  • Plain byebug not working when pry-byebug installed.
  • post_mortem mode.
  • Command history not being saved after regular program termination.
  • #54. (Again) calling
    Byebug.start with Timeout.timeout (thanks @zmoazeni).

Added

  • Allow disabling post_mortem mode.

Changed

  • show commands command for listing history of previous commands now behaves
    like shell's history command.
  • show/set history filename is now show/set histfile
  • show/set history size is now show/set histsize
  • show/set history save is now show/set autosave
  • finish semantics, see
    61f9b4d.
  • Use per project history file by default.

2.7.0

07 Dec 12:58
Compare
Choose a tag to compare

Fixed

  • #52. IGNORED_FILES
    slowing down startup.
  • #53 and
    #54. Calling
    Byebug.start with Timeout.timeout.

2.6.0

07 Dec 12:58
Compare
Choose a tag to compare

Fixed

  • Circular dependency affecting pry-byebug (thanks @andreychernih).