Nodejs Process hangs in debug mode, after cluster.fork after upgrading to 8.11
Hi
we recently upgraded to node 8.11 and we have process that does cluster.fork.
the process seems to hang . (only in debug mode)
This dint happen in node 4.
From what I read this is related to intellij
Can you please help.
请先登录再写评论。
This is what the console shows.
Debugger listening on ws://127.0.0.1:17825/d4772de8-54a2-4df4-97eb-9b2fc8e2054c
For help see https://nodejs.org/en/docs/inspector
Debugger listening on ws://127.0.0.1:17826/36ad60b0-9c6a-4c65-9698-5a0c63ccfde9
For help see https://nodejs.org/en/docs/inspector
I'm not aware of such issues. What IDEA version do you use? project that shows up the problem would be appreciated
>From what I read this is related to intellij
Please can you point me to the threads where this is discussed?