mirror of
https://github.com/reactos/reactos
synced 2025-10-06 00:12:51 +02:00
[NTOS:KD64] The kernel debugger is marked as unavailable by default.
KdPitchDebugger is set to FALSE only when the debugger will be used later (/DEBUG or /CRASHDEBUG specified in the boot command-line).
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user