devtool
devtool copied to clipboard
Only works on device that is running on
I have a node app running on localhost:3000 which works fine
When I do a normal node app.js, on another device I can just route to my local ip: 192.168.1.117:3000 and it connects
When running devtool app.js, connecting to 192.168.1.117:3000 on another device it does not connect
As a workaround, you can forward the port to 127.0.0.1, I do a similar thing for the NW.js debugger: https://github.com/nwjs/nw.js/issues/1444#issuecomment-179926199
@MadLittleMods thanks I'll try that
Cool, I can add this as a "Gotcha" to the readme until we figure out a better fix. :smile: