Difference between revisions of "Android"

From Wiki2
(Created page with "https://developers.google.com/chrome-developer-tools/docs/remote-debugging")
 
Line 1: Line 1:
https://developers.google.com/chrome-developer-tools/docs/remote-debugging
https://developers.google.com/chrome-developer-tools/docs/remote-debugging
Issue the following command in the terminal or console on your host machine to enable port forwarding:
adb forward tcp:9222 localabstract:chrome_devtools_remote
localhost:9222

Revision as of 23:08, 12 March 2013

https://developers.google.com/chrome-developer-tools/docs/remote-debugging

Issue the following command in the terminal or console on your host machine to enable port forwarding:

adb forward tcp:9222 localabstract:chrome_devtools_remote
localhost:9222