do not attach to node.js processes that are already being debugged #57232
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
*duplicate
Issue identified as a duplicate of another issue(s)
Milestone
If node.js debugging is started via a launch config which uses the integrated terminal and if auto-attach mode is enabled, VS Code tries to attach to the already debugged node.js process another time (which results is a timeout error).
The problem is that auto-attach cannot easily detect whether a node.js in debug mode was launched manually by the user or via a launch config.
The text was updated successfully, but these errors were encountered: