Output of forked process not piped to debugger #24295
Labels
child_process
Issues and PRs related to the child_process subsystem.
duplicate
Issues and PRs that are duplicates of other issues or PRs.
inspector
Issues and PRs related to the V8 inspector protocol
When using --inspect(-brk), the output of the
child_process.fork
ed script is not sent to the attached debugger.I tried multiple options of
stdio
forchild_process.fork
function, all to no avail.Test case
index.js
worker.js
Test case result
Expected result
The text was updated successfully, but these errors were encountered: