Skip to content

Node.js' internal scripts should be hidden in the inspector. #11893

@hashseed

Description

@hashseed

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

screenshot from 2017-03-17 09 02 09

Metadata

Metadata

Assignees

Labels

feature requestIssues that request new features to be added to Node.js.inspectorIssues and PRs related to the V8 inspector protocolmoduleIssues and PRs related to the module subsystem.

Type

No type

Projects

Status

Triaged

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions