-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Has anybody figured out, how to debug worker code? Since it is run in a separate process I couldn't yet figure out a way to attach a debugger.
Do the worker processes have ports to which one could connect? I couldn't figure out if that's the case. The PID is shown, but debuggers need ports, so that's not much of a help. I also tried to get the ports by using the lsof tool, to not much effect. There are simply too many node processes running on my system...
Debugging with console.log() is so cumbersome...
Thanks in advance for any input.
Metadata
Metadata
Assignees
Labels
No labels