A VS Code debug adapter that supports debugging Node via the Chrome Debugging Protocol.
Перейти к файлу
Connor Peet 20ee19f33a
1.43.0
2021-08-03 12:43:04 -07:00
.github Update issue templates 2020-11-09 10:46:18 -08:00
.vscode Add version to all telemetry events, and properly trigger start-up telemetry (#183) 2018-03-23 12:06:14 -07:00
.vsts Fix TSA path 2019-11-13 18:47:07 -06:00
i18n 2019-03-11. Merged in Translation. 2019-03-11 10:33:42 -07:00
images replace svg with png 2017-06-14 13:46:29 -07:00
msbuild Changes to the msbuild signing project to remove unwanted files (#181) 2018-03-19 23:43:22 -06:00
src chore: cede default type ownership and mark deprecated 2021-08-03 12:42:46 -07:00
test chore: cede default type ownership and mark deprecated 2021-08-03 12:42:46 -07:00
testdata chore: cede default type ownership and mark deprecated 2021-08-03 12:42:46 -07:00
.gitignore fix: ignore extension-created files 2021-04-19 11:44:02 -07:00
.vscodeignore Exclude large node_module from package. It's not a dev dep because -core dependants need it to build. 2018-05-04 18:37:41 -07:00
CODE_OF_CONDUCT.md update Readme and ext name for new built-in extension support 2018-03-02 12:15:15 +01:00
CONTRIBUTING.md Contributing, readme pages 2016-09-22 16:30:20 +02:00
LICENSE.txt Initial commit 2016-06-13 20:44:34 -07:00
README.md Update README.md 2020-07-25 09:45:17 -07:00
ThirdPartyNotices.txt Initial commit 2016-06-13 20:44:34 -07:00
gulpfile.js Fix translations-import 2019-03-11 16:57:22 +00:00
package-lock.json 1.43.0 2021-08-03 12:43:04 -07:00
package.json 1.43.0 2021-08-03 12:43:04 -07:00
package.nls.json feat: onboard to workspace trust 2021-04-19 11:42:47 -07:00
tsconfig.json More tests 2017-01-10 10:33:42 -08:00
tslint.json Change whitespace tslint rule 2018-03-22 15:30:04 -07:00

README.md

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.