CTRL+V (Toggle Verbose Mode)

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.