Releases: deivid-rodriguez/byebug
Releases · deivid-rodriguez/byebug
3.4.1
3.4.0
Fixed
- deivid-rodriguez/pry-byebug#32 in a better way.
3.3.0
Fixed
set verbose
command.set post_mortem false
command.- Debugger stopping in
byebug
's internal frames in some cases. backtrace
crashing whenfullpath
setting disabled and calculated stack
size being smaller than the real one.
3.2.0
3.1.2
Fixed
- (Really)
post_mortem
mode inbin/byebug
. - Line tracing in
bin/byebug
.
3.1.1
Fixed
post_mortem
mode in bin/byebug.
3.1.0
Removed
show commands
command. Usehistory
instead.- Byebug.start accepting options. Any program settings you want applied from
the start should be set in.byebugrc
. trace
command. Useset linetrace
for line tracing andtracevar
for
global variable tracing.show version
command. Usebyebug --version
to check byebug's version.set arg
setting. Use therestart
command instead.
Changed
linetrace_plus
setting renamed totracing_plus
.
Added
history
command to check byebug's history of previous commands.
3.0.0
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.
2.7.0
2.6.0
Fixed
- Circular dependency affecting
pry-byebug
(thanks @andreychernih).