Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microsoft/vscode-node-debug
A VS Code debug adapter for node
https://github.com/microsoft/vscode-node-debug
Last synced: 2 months ago
JSON representation
A VS Code debug adapter for node
- Host: GitHub
- URL: https://github.com/microsoft/vscode-node-debug
- Owner: microsoft
- License: other
- Archived: true
- Created: 2015-11-11T10:29:16.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T19:05:27.000Z (about 3 years ago)
- Last Synced: 2024-08-03T09:12:58.566Z (6 months ago)
- Language: TypeScript
- Size: 5.12 MB
- Stars: 261
- Watchers: 49
- Forks: 96
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-github-star - vscode-node-debug
README
# Node Debug (legacy)
[![build status](https://travis-ci.org/Microsoft/vscode-node-debug.svg?branch=master)](https://travis-ci.org/Microsoft/vscode-node-debug)
[![build status](https://ci.appveyor.com/api/projects/status/t74psolxi3k7bcjp/branch/master?svg=true)](https://ci.appveyor.com/project/weinand/vscode-node-debug)This extension is bundled with Visual Studio Code and together with **Node Debug** forms the [Node.js](https://nodejs.org) debugging experience.
**Node debug (legacy)** is the debugger for Node.js versions < 8.0.
See a general overview of debugging in VS Code [here](https://code.visualstudio.com/docs/editor/debugging).
Documentation for Node.js specific debugging can be found [here](https://code.visualstudio.com/docs/nodejs/nodejs-debugging).
Please submit bugs and feature requests to the [VS Code repository](https://github.com/microsoft/vscode/issues).
## License
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the [MIT](LICENSE.txt) License.