Hello, When I remote debug my app in WebStorm, it connects only the first time. If I stop the remote debugging session in WebStorm and start again, it won't connect to the node server. I then tried using telnet to connect to the debug port 5858 and found the following:
~$ telnet localhost 5858 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. Remote debugging session already active Connection closed by foreign host. It looks like the first remote debugging session was not terminated. Any idea? Thanks, Cecil -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
