You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Visual Studio Debug Adapter Host is a component included in Visual Studio 2017 Update 15.6 or later which allows integration of debug adapters written for Visual Studio Code into Visual Studio.
What is this project?
This project contains sample code demonstrating extension packaging and features of the Debug Adapter Host, as well as tools to make testing debug adapters in Visual Studio easier:
A VSIX Project, which packages the Sample Debug Adapter for usage in Visual Studio.
The Debug Adapter Launcher utility, which provides UI for launching a debug adapter in Visual Studio.
Getting Started
Start with the Wiki, which contains documentation and walkthroughs to help you bring an existing debug adapter into Visual Studio.
If you run into bugs or missing features while integrating a debug adapter with Visual Studio, you can file an Issue or contact the team at vsdahfeed@microsoft.com.
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.