-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Node.js' internal scripts should be hidden in the inspector.Β #11893
Copy link
Copy link
Open
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.inspectorIssues and PRs related to the V8 inspector protocol.Issues and PRs related to the V8 inspector protocol.moduleIssues and PRs related to the module subsystem.Issues and PRs related to the module subsystem.never-staleIssues and PRs exempt from automated stale handling.Issues and PRs exempt from automated stale handling.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.
Description
Activity
Metadata
Metadata
Assignees
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.inspectorIssues and PRs related to the V8 inspector protocol.Issues and PRs related to the V8 inspector protocol.moduleIssues and PRs related to the module subsystem.Issues and PRs related to the module subsystem.never-staleIssues and PRs exempt from automated stale handling.Issues and PRs exempt from automated stale handling.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.
Type
Projects
- StatusShow more project fieldsTriaged
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.
@ak239 @ofrobots