Navigation Menu

Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Remote debug only support 127.0.0.1 ?? #2278

Closed
maoyang opened this issue Dec 6, 2011 · 3 comments
Closed

Remote debug only support 127.0.0.1 ?? #2278

maoyang opened this issue Dec 6, 2011 · 3 comments

Comments

@maoyang
Copy link

maoyang commented Dec 6, 2011

I used Ubuntu 11.10 to host my node application , I run my app for remote debugging , the command is
node --debug myapp.js

then I use command tool for checking listen port sudo netstat -ntlup|grep 5858, I found the port always bind to 127.0.0.1 that cause Eclispe cannot connect to my server for remote debugging

@bnoordhuis
Copy link
Member

The loopback address is hard-coded in V8, presumably as a security precaution. If you want to see it fixed in V8, please file a bug report upstream. Use ssh port forwarding as a workaround.

@maoyang
Copy link
Author

maoyang commented Dec 7, 2011

Thanks for your reply ,Excuse me , Did ssh port forwarding suit for Eclipse V8 remote debug ??

@maoyang
Copy link
Author

maoyang commented Dec 7, 2011

I've tried ssh port forwarding , It works , thank you very much

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants