https://github.com/microsoft/vscode-debugadapter-node
Debug adapter protocol and implementation for VS Code.
https://github.com/microsoft/vscode-debugadapter-node
Last synced: 7 days ago
JSON representation
Debug adapter protocol and implementation for VS Code.
- Host: GitHub
- URL: https://github.com/microsoft/vscode-debugadapter-node
- Owner: microsoft
- License: other
- Created: 2015-12-06T22:07:10.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T16:10:42.000Z (about 2 months ago)
- Last Synced: 2025-04-03T09:05:06.184Z (14 days ago)
- Language: TypeScript
- Size: 1.19 MB
- Stars: 278
- Watchers: 40
- Forks: 83
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: License.txt
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-github-star - vscode-debugadapter-node
README
# VS Code Debug Protocol and Debug Adapter
Debug adapter protocol and default implementation for VS Code.
This repository contains the code for the following npm modules:
* _vscode-debugprotocol_: Npm module with declarations for the json-based VS Code debug protocol.
[](https://npmjs.org/package/@vscode/debugprotocol)
[](https://npmjs.org/package/@vscode/debugprotocol)
* _vscode-debugadapter_: Npm module to implement a VS Code debug adapter using Node.js as a runtime.
[](https://npmjs.org/package/@vscode/debugadapter)
[](https://npmjs.org/package/@vscode/debugadapter)
* _vscode-debugadapter-testsupport_: Npm module with support classes for testing VS Code debug adapters.
[](https://npmjs.org/package/@vscode/debugadapter-testsupport)
[](https://npmjs.org/package/@vscode/debugadapter-testsupport)## License
[MIT](https://github.com/microsoft/vscode-debugadapter-node/blob/main/License.txt)
===
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.