auchenberg / chrome-devtools-app

Chrome DevTools packaged as an app via Electron
MIT License
1.58k stars 93 forks source link

Use for remote debugging non Android devices? #52

Open morenoh149 opened 6 years ago

morenoh149 commented 6 years ago

I'd like to use this project to remote debug a browser window I have running on another network computer. If this project can debug processes on localhost:port, then we should be able to do local-ip:port as well no?

Where in the source code can I swap out localhost for an ip?

morenoh149 commented 6 years ago

I'm working in a feature branch and just search and replaced localhost:9222 with the machine's local ip https://github.com/morenoh149/chrome-devtools-app/tree/hm_remote_debug_lan in a Proper PR I'd pull in the config variable. But it's not working, any guidance is appreciated.