-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
Scope of inspector/tracing agents #22513
Copy link
Copy link
Closed
Labels
inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocolquestionIssues that look for answers.Issues that look for answers.trace_eventsIssues and PRs related to V8, Node.js core, and userspace code trace events.Issues and PRs related to V8, Node.js core, and userspace code trace events.workerIssues and PRs related to Worker support.Issues and PRs related to Worker support.
Metadata
Metadata
Assignees
Labels
inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocolquestionIssues that look for answers.Issues that look for answers.trace_eventsIssues and PRs related to V8, Node.js core, and userspace code trace events.Issues and PRs related to V8, Node.js core, and userspace code trace events.workerIssues and PRs related to Worker support.Issues and PRs related to Worker support.
Currently, the inspector agent and a possible tracing writer are per-Environment on Node’s side. However, as far as I can tell, on the V8 side they are fundamentally per-Isolate and per-Platform, respectively.
So, my question for @nodejs/v8-inspector @nodejs/trace-events here is:
EnvironmenttoIsolateData?