Pregunta

I want to remote debug the nodejs program in Eclipse. I start the node script with the debug option.

$node debug script.js

But I can't connect to the node in Eclispe. When I netstat the node's TCP port. I found that node only listen 127.0.0.1 in debug mode. So I can't connect it from different computer.

But I can't find any startup options that can change to listen to any address.

Anyone know to make it listen to any address to remote debug in other computer?

No hay solución correcta

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top