Skip to content

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

License

Notifications You must be signed in to change notification settings

jdevries3133/vscode-node-debug2

 
 

Repository files navigation

Node Debug; nvim compatibility fork

The newer vscode-node-debug debug adapter implementation is not strictly DAP compliant, and there isn't much interest in making it be.

I don't expect it'll be possible to meaningfully maintain this project myself, but vscode-node-debug is missing some features which are important to me, and I am going to look into adding. There are also some failing tests on this project as I write it now, and I might try to look into those too.

In any case, I'm not aware of any other forks that are actually being maintained, and I'm happy to at least review PRs and try to keep this thing alive, since it's currently the only node debugger that is compatible with nvim-dap.

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.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.3%
  • JavaScript 4.6%
  • Shell 0.1%