mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 06:33:08 +00:00
527f2f9057
* Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
13 lines
373 B
Text
13 lines
373 B
Text
# Example KDB.init file
|
|
#
|
|
|
|
# Set the disassembly flavor to "intel" (default is "at&t")
|
|
set syntax intel
|
|
|
|
# Change the condition to enter KDB on INT3 to "always" (default is "kmode")
|
|
#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.
|
|
#break
|
|
|