1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Macで android chrome のリモートデバッグを利用するシェルスクリプト

Last updated at Posted at 2013-03-11

もろもろリモートデバッグを利用する設定は終わっている状態
(やり方は色んな所で案内されています)
で、下記のシェルスクリプトを作成。

#!/bin/sh

/Applications/adt-bundle-mac-x86_64/sdk/platform-tools/adb forward tcp:9222 localabstract:chrome_devtools_remote
open /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome http://localhost:9222/

(パスは適宜修正してください)

あとは実行権限をつけて実行する。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?