3.1.0
·
2285 commits
to master
since this release
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.