auchenberg / chrome-devtools-app

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

can't get targets to show up #47

Closed matthewdias closed 8 years ago

matthewdias commented 8 years ago

I'm a little confused about how to get targets to show up. started chrome with --remote-debugging-port=9222, and navigated to a webpage. No targets found. Am i doing something wrong?

auchenberg commented 8 years ago

It should be working. Can you try going to http://localhost:9222/json in a browser while Chrome is running?

matthewdias commented 8 years ago

nevermind I had another chrome process that was blocking it. All good.