WinDbg
WinDbg is a multipurpose debugger for the Windows operating system, developed by Microsoft. It is part of the Windows Debugging Tools and is distributed with the Debugging Tools for Windows package, either as part of the Windows SDK or as a standalone download. WinDbg provides interactive debugging for both user-mode applications and the Windows kernel, and it can attach to running processes, attach to a live kernel, or analyze crash dump files (.dmp). It can perform local and remote debugging, including cross-machine debugging, and it supports debugging on multiple processor architectures such as x86, x64, ARM and ARM64.
WinDbg offers two interfaces: the traditional graphical WinDbg and the newer WinDbg Preview, a modernized UI
WinDbg is widely used by software developers, driver engineers, and IT professionals for crash dump analysis,
Availability and installation: WinDbg is distributed as part of Debugging Tools for Windows, included with the