[KDBG]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Mon, 29 Aug 2011 00:15:29 +0000 (00:15 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Mon, 29 Aug 2011 00:15:29 +0000 (00:15 +0000)
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

index 06ddbcd..2d63a94 100644 (file)
@@ -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.