/vscode-node-debug2

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

Primary LanguageTypeScriptOtherNOASSERTION

Node Debug With Pause Events

This is a fork of vscode-node-debug2 and provides the node-debug2-with-pause-events and extensionHost-with-pause-event debug adapters. They are like node-debug2 and extensionHost, but send a custom pause event when the debugger pauses.

This is required for my Debug Visualizer Extension.

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License.