Skip to content

Instantly share code, notes, and snippets.

@brianleroux
Created May 22, 2012 09:34
Show Gist options
  • Save brianleroux/2767853 to your computer and use it in GitHub Desktop.
Save brianleroux/2767853 to your computer and use it in GitHub Desktop.
kick up the chrome remote debugger
#!/bin/sh
adb forward tcp:9222 localabstract:chrome_devtools_remote
open http://localhost:9222
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment