Skip to content

Scope of inspector/tracing agents #22513

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    inspectorIssues and PRs related to the V8 inspector protocol.questionIssues asking questions about Node.js.trace_eventsIssues and PRs related to trace events from V8, Node.js core, and user code.workerIssues and PRs related to the worker_threads module and Worker API.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions