Skip to content

Releases: microsoft/DbgShell

DbgShell v0.8.26-beta Binaries

09 May 16:54
Compare
Choose a tag to compare
Pre-release
  • Updated debugger engine binaries (dbgeng.dll et al).
  • lmvm command for windbg muscle memory compat.
  • Alternate formatting engine:
    • initial support for calculated properties ("lm | ft Name, SymbolStatus" will now use the alternate formatting engine).
    • Got rid of a lot of slow -CaptureContext stuff (thanks @Zhentar!).
    • other performance improvements (thanks @Zhentar!).
  • New command: ForEach-DbgDumpFile.
  • Can now display const statics.
  • Added a per-target, per-module caching facility (Get-DbgTargetCacheItem).
  • Better handling of native/wow64 ntdll and TEB (thanks @Zhentar!).
  • ColorString interpolated string support (thanks @Zhentar!).
  • Added a Remove-Color command.
  • Work around a few dbgeng bugs.
  • Many other enhancements and bugfixes.

See the changelog for summarized info about changes in past releases; see commit history for full details.

DbgShell v0.8.24-beta Binaries

03 Jul 12:29
Compare
Choose a tag to compare
Pre-release

Handled a few error cases when displaying stacks with managed frames.

See the changelog for summarized info about changes in past releases; see commit history for full details.

DbgShell v0.8.22-beta Binaries

18 Oct 21:16
Compare
Choose a tag to compare
Pre-release

First binary release of DbgShell.