-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
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.
Description
- Subsystem: inspector, tracing
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:
- Should we move the Inspector handle and CLI debug options from
Environment
toIsolateData
? - Should we move the tracing handle and corresponding CLI options to a global/per-process model?
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.