reedz / windbg-debug

WinDbg-based debug adapter for VS Code
MIT License
38 stars 9 forks source link

WinDbg Debug Adapter for Visual Studio Code

Build status

WinDbg-debug (for a lack of a better name) is a debug extension for Visual Studio Code that uses WinDbg engine to debug applications. It is suited for debugging native binaries compiled with MSVC compiler toolchain. Currently supported features include:

Usage

In order for the extension to work, you need first to have WinDbg installed. To achieve this:

After this, the extension is used as any other debugger - by configuring launch.json in Visual Studio Code. For sample configuration, please see this link.

Contribution

As multiple issues will likely be uncovered during extensive use of the extension, everyone willing to help are welcome to contribute. For details, please see contribution guide.