-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Open
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocolmoduleIssues and PRs related to the module subsystem.Issues and PRs related to the module subsystem.
Description
Node.js' internal scripts are not distinguished from user scripts. So when debugging a user script, the inspector is polluted with these internal scripts.
This could be solved either by blackboxing internal scripts by default, or setting a different script kind in V8 internally for these scripts. The latter probably requires an API change in V8.
madarche, brw, tecfu, Nitwel and mgol
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocolmoduleIssues and PRs related to the module subsystem.Issues and PRs related to the module subsystem.
Type
Projects
Status
Triaged