mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:36:23 +00:00
[KDBG]
Don't enable int3 first chance handling by default. Should fix ntdll exception winetest. Found by Arty. svn path=/trunk/; revision=53486
This commit is contained in:
parent
5b92dc9a27
commit
847bea9af1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue