-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
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.never-staleMark issue so that it is never considered staleMark issue so that it is never considered stalestale
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, mgol and 1 more
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.never-staleMark issue so that it is never considered staleMark issue so that it is never considered stalestale
Type
Projects
Status
Triaged