Skip to content

Commit 57f1ac1

Browse files
Merge pull request #3158 from josephpracharmsft/user/jopracha/windbg2601
Add release notes for WinDbg 2601 Release
2 parents 826a641 + cf7114c commit 57f1ac1

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

windows-driver-docs-pr/debuggercmds/windbg-release-notes.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,48 @@ ms.topic: release-notes
1212

1313
This article provides information on what's new in WinDbg. Earlier versions were released as *WinDbg Preview*.
1414

15+
## Version 1.2601.12001.0
16+
17+
### General UI Improvements
18+
19+
- Upgraded to .NET 10
20+
- Upgraded Script Window to use the latest Monaco editor (0.55.1)
21+
- Added Undo/Redo buttons to Script ribbon tab
22+
- Improved focus during keyboard navigation between tool windows
23+
- Fixed minor issues with scrolling and selection in Disassembly window
24+
- Fixed issue where registers window would show different values than register command
25+
- Fixed several high DPI issues
26+
- Check and report debugger age with warning if "too old"
27+
- Fixed a crash when graph mode selected in Model window opened for a blank query
28+
- Implemented crash-safe logs for WinDbg
29+
30+
### Debugging Engine Improvements
31+
32+
- Improved performance of symbol name lookups that are not present (particularly for DWARF and other plug-ins)
33+
- Added null check on OnTargetCompositionEvent handlers
34+
- Enabled pointer-tag mask reading
35+
36+
### Time Travel Debugging (TTD)
37+
38+
- TTD version 1.11.567 -> 1.11.584
39+
- Several improvements to increase performance and robustness of indexing including 5x speed up for large (100+ GB) traces.
40+
- Fixed customer-reported issue: accessing the TEB via segment register, using 32-bit addresses, works. (1.11.572)
41+
- More accurate callstacks around syscalls. (1.11.582)
42+
43+
### Bug Fixes
44+
45+
- Fixed "type information not found" errors due to improperly handled complex locations
46+
- Resolved console debugger line termination issues with redirected I/O and non-Unicode characters
47+
- Fixed CPR/EPR event filtering on Linux
48+
- Fixed missing function labels in disassembly view for Linux
49+
- Fixed import functions resolution on Linux binaries compiled with CET
50+
- Fixed unresolved breakpoints causing live Linux debug sessions to become unusable after module load
51+
- Fixed thread local variables not viewable on Linux when connected via GDBServer
52+
- Fixed ELF Image page overlay crash when underlying target's memory service doesn't implement memory information
53+
- Fixed variadic print functions crash in debugger due to improper format parameter usage
54+
- Fixed inconsistency in handling long, unsigned long, and wchar_t on UNIX variant OSes (LLP64 v. LP64)
55+
- Fixed deadlock when waiting on cleanup thread during debugger shutdown
56+
1557
## 1.2511.21001.0
1658

1759
### New features

0 commit comments

Comments
 (0)