Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microsoft/vscode-debugadapter-node
Debug adapter protocol and implementation for VS Code.
https://github.com/microsoft/vscode-debugadapter-node
Last synced: about 18 hours 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 (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T00:50:35.000Z (2 months ago)
- Last Synced: 2024-12-04T16:06:13.093Z (8 days ago)
- Language: TypeScript
- Size: 1.13 MB
- Stars: 273
- Watchers: 41
- Forks: 79
- 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.
[![NPM Version](https://img.shields.io/npm/v/@vscode/debugprotocol.svg)](https://npmjs.org/package/@vscode/debugprotocol)
[![NPM Downloads](https://img.shields.io/npm/dm/@vscode/debugprotocol.svg)](https://npmjs.org/package/@vscode/debugprotocol)
* _vscode-debugadapter_: Npm module to implement a VS Code debug adapter using Node.js as a runtime.
[![NPM Version](https://img.shields.io/npm/v/@vscode/debugadapter.svg)](https://npmjs.org/package/@vscode/debugadapter)
[![NPM Downloads](https://img.shields.io/npm/dm/@vscode/debugadapter.svg)](https://npmjs.org/package/@vscode/debugadapter)
* _vscode-debugadapter-testsupport_: Npm module with support classes for testing VS Code debug adapters.
[![NPM Version](https://img.shields.io/npm/v/@vscode/debugadapter-testsupport.svg)](https://npmjs.org/package/@vscode/debugadapter-testsupport)
[![NPM Downloads](https://img.shields.io/npm/dm/@vscode/debugadapter-testsupport.svg)](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 [[email protected]](mailto:[email protected]) with any additional questions or comments.