Created
May 22, 2012 09:34
-
-
Save brianleroux/2767853 to your computer and use it in GitHub Desktop.
kick up the chrome remote debugger
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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