Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The CTRL+V key toggles verbose mode on and off.
CDB / KD Syntax
CTRL+V ENTER
WinDbg Syntax
CTRL+ALT+V
Environment
Debuggers |
CDB, KD, WinDbg |
Modes |
user mode, kernel mode |
Targets |
live, crash dump |
Platforms |
all |
Remarks
When verbose mode is turned on, some display commands (such as register dumping) produce more detailed output. Every MODULE LOAD operation that is sent to the debugger will be displayed. And every time a driver or DLL is loaded by the operating system, the debugger will be notified.
In WinDbg, this can also be accomplished by selecting View | Verbose Output.