microsoft / vscode-node-debug2

A VS Code debug adapter that supports debugging Node via the Chrome Debugging Protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Important note: By default, this extension now delegates to the new js-debug extension 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

This extension is bundled with Visual Studio Code and together with Node Debug (legacy) forms the Node.js debugging experience.

Node Debug is the debugger for Node.js versions >= 8.0.

See a general overview of debugging in VS Code here.

Documentation for Node.js specific debugging can be found here.

Please submit bugs and feature requests to the VS Code repository.

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License.

About

A VS Code debug adapter that supports debugging Node via the Chrome Debugging Protocol.

License:Other


Languages

Language:TypeScript 95.3%Language:JavaScript 4.6%Language:Shell 0.1%