CTRL+W (Show Debugger Version)
The CTRL+W key displays version information for the debugger and all loaded extension DLLs.
CDB / KD Syntax
CTRL+W ENTER
WinDbg Syntax
CTRL+ALT+W
Environment
Debuggers |
CDB, KD, WinDbg |
Modes |
user mode, kernel mode |
Targets |
live, crash dump |
Platforms |
all |
Remarks
This has the same effect as the version (Show Debugger Version) command, except that the latter command displays the Windows operating system version as well.
In WinDbg, this can also be accomplished by selecting View | Show Version.