In the SDK installation wizard, select Debugging Tools for Windows, and deselect all other components.Īdding the Debugging Tools for Windows if the SDK is already installed If you just need the Debugging Tools for Windows, and not the Windows Driver Kit (WDK) for Windows 10, you can install the debugging tools as a standalone component from the Windows Software Development Kit (SDK). Use the download link on the Windows 10 SDK page, as the Debugging Tools for Windows are not available as part of Visual Studio. Get Debugging Tools for Windows (WinDbg) from the SDK: Windows 10 SDK.
Learn more about installation and configuration in WinDbg Preview - Installation. WinDbg Preview is using the same underlying engine as WinDbg today, so all the commands, extensions, and workflows still work as they did before.ĭownload WinDbg Preview from the Microsoft Store: WinDbg Preview. It is built with the extensible object-orientated debugger data model front and center.
WinDbg Preview is a new version of WinDbg with more modern visuals, faster windows, and a full-fledged scripting experience. To get started with Windows debugging, see Getting Started with Windows Debugging. The Windows Debugger (WinDbg) can be used to debug kernel-mode and user-mode code, analyze crash dumps, and examine the CPU registers while the code executes.