2011-06-18 15 views

回答

3

可以執行最早的是當建立KD連接和第一核心模塊加載:

Break on first module load 
The debugger breaks into a restarted target computer after the first kernel 
module is loaded. (This action causes the break to occur earlier than in the 
Break on reboot state.) This command is equivalent to starting WinDbg with 
the -d command-line option. 

爲了做到這一點,就既可以使用-d選項在命令行上,如上所述,或您可以在Windbg中按Ctrl+Alt+K(如果使用kd,則按Ctrl+K)以循環執行初始分解模式。

1

在你的調試進入的boot.ini末添加/break應該給你模塊加載前一個斷點(HAL初始化之後。)

相關問題