This repository was archived by the owner on Oct 2, 2021. It is now read-only.
This repository was archived by the owner on Oct 2, 2021. It is now read-only.
Add support for sub-targets via new Targets domain #251
Closed
Description
It's expected for Node to land the new CDP Target domain to allow debugging child Node processes, within the next months per nodejs/diagnostics#75 (comment), and Chrome seems to motivated to move the Target domain for discovery.
We should explore how the Target domain works, and how much difference there is between the current HTTP discovery.
- Can we replace HTTP discovery with the new Target domain
- Explore how to model sub-targets into threads and new processes within VS Code UX
- How would Node child processes be surfaced?
- How would WebWorkers processes be surfaced?
- How would ServiceWorkers processes be surfaced?