You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a process that forks another one using child_process.fork, the second one would run a code using vm.runInNewContext, the problem is that the latter code keep triggering debugger which make it difficult to debug the parent, I want to only attach the debugger to the parent and forked processes. Is there way to achieve this using node or VS code?
The text was updated successfully, but these errors were encountered:
I have a process that forks another one using child_process.fork, the second one would run a code using vm.runInNewContext, the problem is that the latter code keep triggering debugger which make it difficult to debug the parent, I want to only attach the debugger to the parent and forked processes. Is there way to achieve this using node or VS code?
The text was updated successfully, but these errors were encountered: