Closed GoogleCodeExporter closed 8 years ago
At the first glance, if connection is refused there's nothing can be done with
it on our side. Probably V8 debugger agent in Node.JS only accepts local
connections (for security reasons).
In this case there are 2 options:
- patch V8 in Node.JS
- provide a simple TCP proxy at Node's host (needs exactly one TCP connection
per debug session).
Original comment by peter.ry...@gmail.com
on 11 Aug 2012 at 5:56
Thanks for the suggestions. I actually tried to set up SSH local port
forwarding to the remote node server and it gave the same error message. Let me
try again and get back to you.
Original comment by guozheng...@gmail.com
on 13 Aug 2012 at 5:41
Original comment by peter.ry...@gmail.com
on 4 Oct 2012 at 8:35
Original issue reported on code.google.com by
guozheng...@gmail.com
on 11 Aug 2012 at 2:03