Closed
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?