Closed
Description
opened on Nov 12, 2021
It would be useful to have a way to attach to an existing node.js process, perhaps by pid, and specifically one that was not started from within VSCode. There is a "Debug: Attach to node process" option, but it doesn't show all processes, and sometimes shows none.
This is related to this an already reported bug[0] and someone (in another issue that I can't find now) suggested this extension: https://github.com/aprilandjan/vscode-node-debug-process-picker but it no longer works (doesn't provide the documented command).
I'm calling it a feature request for this GH issue as it seems like it's not currently supported (or intended to be supported).
0: #10050
Activity