VS Code Debug Protocol and Debug Adapter
Debug adapter protocol and implementation for VS Code.
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.
- vscode-debugadapter: Npm module to implement a VS Code debug adapter using Node.js as a runtime.
- vscode-debugadapter-testsupport: Npm module with support classes for testing VS Code debug adapters.
License
===
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
