From 847bea9af139afb9cb310d7662c954eaa438bc88 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Mon, 29 Aug 2011 00:15:29 +0000 Subject: [PATCH] [KDBG] Don't enable int3 first chance handling by default. Should fix ntdll exception winetest. Found by Arty. svn path=/trunk/; revision=53486 --- reactos/media/drivers/etc/KDBinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/media/drivers/etc/KDBinit b/reactos/media/drivers/etc/KDBinit index 06ddbcdf12d..2d63a94a86c 100644 --- a/reactos/media/drivers/etc/KDBinit +++ b/reactos/media/drivers/etc/KDBinit @@ -6,7 +6,7 @@ set syntax intel # Change the condition to enter KDB on INT3 to "always" (default is "kmode") -set condition INT3 first always +# set condition INT3 first always # This is a special command available only in the KDBinit file - it breaks into # KDB when it is interpreting the init file at startup.