···180180 * the next tests are going to change its state */
181181 WasDebuggerEnabled = SharedUserData->KdDebuggerEnabled;
182182183183+//
184184+// FIXME: Re-enable ONCE our KDBG and KDCOM dlls support disabling and re-enabling.
185185+//
186186+ DBG_UNREFERENCED_LOCAL_VARIABLE(WasDebuggerEnabled);
187187+#if 0
183188 /* Try to disable or enable the debugger, depending on its original state */
184189 if (WasDebuggerEnabled)
185190 Command = SysDbgDisableKernelDebugger; // 22
···219224 ok_eq_hex_test(Command, Status, STATUS_SUCCESS);
220225 else
221226 ok_eq_hex_test(Command, Status, STATUS_DEBUGGER_INACTIVE);
227227+#endif
228228+// END FIXME
222229223230224231 /* Supported commands */