I'm trying to set up remote web debugging for a Nexus 7 device from my Debian (well, Crunchbang) system. I can't seem to get the adb forward stage to work. The device is found, I can run logcat, etc. But when I run...
adb forward tcp:9222 localabstract:chrome_devtools_remote
and then visit localhost:9222 I get "Webpage unavailable" and ERR_CONNECTION_REFUSED
This still happens, even after restarting the adb server.
Device: Android 4.1.2 - Chrome 18.0.1025308
Desktop: Debian Squeeze. Chrome 19.0.1084.56
Thanks