diff --git a/ntoskrnl/kd64/kddata.c b/ntoskrnl/kd64/kddata.c index c94e9427bca..f0eec07cbbf 100644 --- a/ntoskrnl/kd64/kddata.c +++ b/ntoskrnl/kd64/kddata.c @@ -77,7 +77,7 @@ PKDEBUG_ROUTINE KiDebugRoutine = KdpStub; // Debugger Configuration Settings // BOOLEAN KdBreakAfterSymbolLoad; -BOOLEAN KdPitchDebugger; +BOOLEAN KdPitchDebugger = TRUE; // The debugger is unavailable by default. BOOLEAN KdDebuggerNotPresent; BOOLEAN KdDebuggerEnabled; BOOLEAN KdAutoEnableOnEvent;