Skip to content

microsoft/debug-adapter-protocol

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