Skip to content

Scope of inspector/tracing agents #22513

@addaleax

Description

@addaleax
  • 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 to IsolateData?
  • Should we move the tracing handle and corresponding CLI options to a global/per-process model?

Metadata

Metadata

Assignees

No one assigned

    Labels

    inspectorIssues and PRs related to the V8 inspector protocolquestionIssues that look for answers.trace_eventsIssues and PRs related to V8, Node.js core, and userspace code trace events.workerIssues and PRs related to Worker support.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions