microsoft/debug-adapter-protocol
HTML
Captured source
source ↗microsoft/debug-adapter-protocol
Description: Defines a common protocol for debug adapters.
Language: HTML
License: NOASSERTION
Stars: 1748
Forks: 170
Open issues: 95
Created: 2017-02-01T16:38:15Z
Pushed: 2026-06-17T05:38:15Z
Default branch: main
Fork: no
Archived: no
README:
Debug Adapter Protocol
The Debug Adapter Protocol is now available through its own Web site. The Web site contains information about how the protocol works, a more readable specification, and documents listing protocol implementations.
Contributing
If you are interested in fixing issues like typos you can either file an issue or provide a pull request containing the changes to the specification file.
When proposing an addition to the protocol, then please refer to the [How to Contribute to the Debug Adapter Protocol](contributing.md) document.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
The Debug Adapter Protocol
See the Web site
Running the web site locally
In the project's root directory start a server with this command:
bundle exec jekyll serve
and then open http://127.0.0.1:4000/debug-adapter-protocol/ in a browser.
License
[Creative Commons Attribution / MIT](License.txt)
Notability
notability 5.0/10Solid new repo for debug protocol with decent stars.