Skip to content

microsoft/debug-adapter-protocol

Folders and files

NameName
Last commit message
Last commit date
Sep 6, 2024
Apr 1, 2024
Jan 17, 2023
Aug 13, 2024
Mar 28, 2025
Apr 22, 2024
May 24, 2022
Apr 22, 2024
Mar 29, 2025
Sep 6, 2024
Apr 22, 2024
Oct 27, 2023
Jun 14, 2018
Sep 6, 2024
Jun 14, 2018
Sep 6, 2024
Apr 22, 2025
Sep 4, 2023
Sep 4, 2023
Feb 12, 2019
Jun 2, 2023
Sep 6, 2024
Nov 12, 2024
Dec 13, 2022
Nov 12, 2024
Dec 11, 2024
Dec 16, 2024
Dec 11, 2024

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 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 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