Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/microsoft/debug-adapter-protocol

Defines a common protocol for debug adapters.
https://github.com/microsoft/debug-adapter-protocol

Last synced: about 20 hours ago
JSON representation

Defines a common protocol for debug adapters.

Awesome Lists containing this project

README

        

# Debug Adapter Protocol

The Debug Adapter Protocol is now available through its own [Web site](https://microsoft.github.io/debug-adapter-protocol/). The Web site contains information about how the protocol [works](https://microsoft.github.io/debug-adapter-protocol/overview), a more readable [specification](https://microsoft.github.io/debug-adapter-protocol/specification), and documents listing protocol [implementations](https://microsoft.github.io/debug-adapter-protocol/implementors/adapters/).

## Contributing
If you are interested in fixing issues like typos you can either [file an issue](https://github.com/Microsoft/debug-adapter-protocol/issues/new) or provide a pull request containing the changes to the [specification file](https://github.com/Microsoft/debug-adapter-protocol/blob/gh-pages/debugAdapterProtocol.json).

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](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

## The Debug Adapter Protocol

See the [Web site](https://microsoft.github.io/debug-adapter-protocol/)

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