远程debugging来自WebStorm的node.js:远程debugging会话已处于活动状态

当我在WebStorm中远程debugging我的应用程序时,它仅在第一次连接。 如果我在WebStorm中停止远程debugging会话并重新启动,它将不会连接到节点服务器。 然后我尝试使用telnet连接到debugging端口5858,发现以下内容:

~$ telnet localhost 5858 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. Remote debugging session already active Connection closed by foreign host. 

它看起来像第一个远程debugging会话没有终止。 任何想法?

谢谢!