-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow set remote debug listen host/ip #1444
Comments
+1 |
My linux solution was a work around to reroute external connections to the localhost port
depending on your kernel you may also need to enable local routing
|
👍 Would be really useful for visiting on another machine. Or just allow the server to respond to external connections. I tried to use OSXThe
References:
Windows:
To list out the current config: To remove the config entry we just added:
References: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
i would like to debug a remote node-webkit app on a different machine..
current method remote debugging works only on localhost
For example, by running
nw --remote-debugging-port=9222
, you can openhttp://localhost:9222/
to visit the debugger remotely.what about by running
nw --remote-debugging-port=9222 --remote-debugging-host=0.0.0.0
, you can openhttp://192.168.1.50:9222/
to visit the debugger remotely on a different machine on same network.Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: