Roadmap for extending the debugger

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

This documentation provides guide and reference information for extending the Visual Studio debugger with the Visual Studio SDK.

Visual Studio debugging documentation includes samples, a comprehensive reference, and several representative scenarios that demonstrate typical ways to customize the debugger.

Your compiler and its output determine what's required to set up debugging in your product. If your compiler:

See also