File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Note that this changelog does not list every change (see the commit history for that).
44
5+ ## v0.8.26-beta
6+ * Updated debugger engine binaries (dbgeng.dll et al).
7+ * lmvm command for windbg muscle memory compat.
8+ * Alternate formatting engine:
9+ * initial support for calculated properties ("lm | ft Name, SymbolStatus" will now use the alternate formatting engine).
10+ * Got rid of a lot of slow -CaptureContext stuff (thanks @Zhentar !).
11+ * other performance improvements (thanks @Zhentar !).
12+ * New command: ForEach-DbgDumpFile.
13+ * Can now display const statics.
14+ * Added a per-target, per-module caching facility (Get-DbgTargetCacheItem).
15+ * Better handling of native/wow64 ntdll and TEB (thanks @Zhentar !).
16+ * ColorString interpolated string support (thanks @Zhentar !).
17+ * Added a Remove-Color command.
18+ * Work around a few dbgeng bugs.
19+ * Many other enhancements and bugfixes.
20+
521## v0.8.24-beta
622* Handled a few error cases when displaying stacks with managed frames.
723
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup >
4- <FileVersion >0.8.25 .0</FileVersion >
4+ <FileVersion >0.8.26 .0</FileVersion >
55 <ProductName >DbgShell</ProductName >
66 <ProductVersion >0.8</ProductVersion >
77 <AdditionalProductVersionText Condition =" Exists('$(MSBuildThisFileDirectory)\AdditionalProductVersionText.txt')" >$([System.IO.File]::ReadAllText($(MSBuildThisFileDirectory)\AdditionalProductVersionText.txt).Trim())</AdditionalProductVersionText >
You can’t perform that action at this time.
0 commit comments