Closed
Description
Chrome DevTools protocol has a domain for working with subtargets (https://chromedevtools.github.io/debugger-protocol-viewer/tot/Target/). In the browser case, subtargets are be web/service workers, nested IFrames, etc.
In the Node case a subtarget may be a forked Node process. Introducing such a domain would remove a need to separately connect to forked instances.
Current proposal is to introduce a dedicated inspector pipe between parent and child process (in addition to current ipc pipe). This way there will be no need to look for a free port and to start up inspector HTTP server in every subprocess.
Metadata
Metadata
Assignees
Labels
No labels