# vscode-node-debug2 **Repository Path**: mirrors_microsoft/vscode-node-debug2 ## Basic Information - **Project Name**: vscode-node-debug2 - **Description**: A VS Code debug adapter that supports debugging Node via the Chrome Debugging Protocol. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **Important note:** By default, this extension now delegates to [the new js-debug extension](http://github.com/microsoft/vscode-js-debug) which is built-in to VS Code. Please file issues on that repo. To revert to the old behavior, you can set `"debug.javascript.usePreview": false` in your settings. --- # Node Debug [![Build Status](https://vscode.visualstudio.com/_apis/public/build/definitions/d3aa0b57-eb08-43b8-9aec-0c0a0d5d5ad0/8/badge)](https://vscode.visualstudio.com/vscode-node-debug2/_build/index?definitionId=8) This extension is bundled with Visual Studio Code and together with **Node Debug (legacy)** forms the [Node.js](https://nodejs.org) debugging experience. **Node Debug** 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.