Skip to content

do not attach to node.js processes that are already being debugged #57232

@weinand

Description

@weinand

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.

Metadata

Metadata

Assignees

Labels

*duplicateIssue identified as a duplicate of another issue(s)debugDebug viewlet, configurations, breakpoints, adapter issues

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions