Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/microsoft/debug-adapter-protocol
- Owner: microsoft
- License: other
- Created: 2017-02-01T16:38:15.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T18:19:53.000Z (30 days ago)
- Last Synced: 2024-12-04T13:44:40.074Z (8 days ago)
- Language: HTML
- Homepage: https://microsoft.github.io/debug-adapter-protocol/
- Size: 3.11 MB
- Stars: 1,442
- Watchers: 65
- Forks: 131
- Open Issues: 84
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: License-code.txt
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-github-star - debug-adapter-protocol
- awesome-list - debug-adapter-protocol
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)