# debug-adapter-protocol **Repository Path**: mirrors_angelozerr/debug-adapter-protocol ## Basic Information - **Project Name**: debug-adapter-protocol - **Description**: Defines a common protocol for debug adapters. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-22 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 [opencode@microsoft.com](mailto:opencode@microsoft.com) 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)