3.0.0
deivid-rodriguez
released this
07 Dec 12:58
·
2353 commits
to master
since this release
Fixed
- Plain
byebug
not working whenpry-byebug
installed. post_mortem
mode.- Command history not being saved after regular program termination.
- #54. (Again) calling
Byebug.start
withTimeout.timeout
(thanks @zmoazeni).
Added
- Allow disabling
post_mortem
mode.
Changed
show commands
command for listing history of previous commands now behaves
like shell'shistory
command.show/set history filename
is nowshow/set histfile
show/set history size
is nowshow/set histsize
show/set history save
is nowshow/set autosave
finish
semantics, see
61f9b4d.- Use
per project
history file by default.