This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
SDB 1.4
- Added a
jump
command to set the next line or instruction to execute. - Added an
alias
command for defining simple command aliases. - Added a
do
command for executing multiple commands in one command. Useful in combination withalias
. - Added a
DefaultDatabaseFile
configuration variable. Makes using thedb
command less tedious. - Added
SaveDatabaseAutomatically
/LoadDatabaseAutomatically
configuration variables. - Line numbers are now shown in the
source
command's output. - Disassembly is now shown for stack frames without source code.
- Added a
PreferDisassembly
configuration variable. If set, SDB will prefer disassembly over source code in stack frames. - The environment variable table is now sorted.
- Fixed next watch/breakpoint IDs not being set when loading the debugger database.
- Fixed breakpoints/catchpoints not being cleared before reading in the debugger database.
- Configuration is now extensible for plugins. See the
Mono.Debugger.Client.Configuration.Declare()
method. - Bumped the
debugger-libs
dependency to mono/debugger-libs@90c6fa4. - Bumped the
nrefactory
dependency to icsharpcode/NRefactory@1c48cd2.