5.0.0
deivid-rodriguez
released this
07 Dec 12:58
·
1429 commits
to master
since this release
Fixed
Added
- IDE support and a new command/subcommand API for plugins.
- Add a "savefile" setting holding the file where "save" command saves current
debugger's state.
Changed
disable
no longer disable all breakpoints, it just shows command's help
instead. To disable all breakpoints now you need to dodisable breakpoints
(ordis b
). Similarly, you can't no longer usedis 1 2 3
but need to do
dis b 1 2 3
to disable specific breakpoints. The same applies to theenable
command.
Removed
help set <setting>
no longer works.help set
includes that same output and
it's not verbose enough so that this is a problem. Same withhelp show <setting>
.