Notes-windbg timely debugging, notes-windbg debugging
It is useful when the program is tested or aged. As long as an exception is thrown, windbg debugging can be enabled, so that the field can be saved in time.
When the program crashes, the windows system will call the default system debugger, Which is set in the Registry
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ AeDebug
(Note: The paths on 64-bit windows are different, in HKEY_LOCAL_MACHINE \ SOFTWARE \ Wow6432Node \ Microsoft \ Windows NT \ CurrentVersion \ AeDebug \ Debugger)
There are two main values:
Auto
When it is set to 0, a dialog box will pop up for you to select among several debuggers (if your system has multiple debuggers installed)
= 1, the system will automatically call the default Debugger
Debugger
The path of the default debugger.
For example, the built-in Dr. Watson: DRWTSN32-p % ld-e % ld-g
Or WinDBG: windbg.exe "-p % ld-e % ld-g