6.0.0
·
1321 commits
to master
since this release
Removed
autoeval
setting. I haven't heard of anyone setting it to false.pp
,putl
,eval
. People just want to evaluate Ruby code, so the less
magic the better. Most of the people probably were not aware thatbyebug
was overriding stuff likepp
oreval
. Only keepingps
as the single
"enhanced evaluation" command.verbose
setting.info catch
command. Usecatch
without arguments instead.R
command alias forrestart
.
Changed
info args
is nowvar args
.interrupt
is now aliased toint
, not toi
.- API to define custom commands and subcommands (see the Command class).
Fixed
- #140.
help
command
not showing the list of available commands and their descriptions. - #147. Setting
breakpoints at symlinked files.
Added
- API to define custom command processors (see the CommandProcessor class).