將 Windbg 註冊為 default debugger

windbg.exe -I


其中 windbg.exe 必需指定完整路徑,如 C:\debugtool\windbg.exe -I


-I 是大寫


設定完後在 HKLM\Software\Microsoft\Windows NT\CurrentVersion\AeDebug 中的 Debugger 就會是如下內容:


"C:\debugtool\windbg.exe" -p %ld -e %ld -g


留言

熱門文章