Introduction - If you have any usage issues, please Google them yourself
WinDBG is a very powerful debugger, and it designs an extremely rich function to support various debugging tasks, including users
State debug, kernel debug, debug dump file, remote debug, etc. WinDBG has great flexibility and extensibility,
To meet a variety of debugging requirements, such as the user can freely define the handling of debug events, and write the debug extension module
To customize and supplement the debugging capabilities of WinDBG.