android - Chrome remote debugging gives broken page when accessed over network -


tried expose chrome dev-tools interface on network using

adb forward tcp:9222 localabstract:chrome_devtools_remote

and access on localhost:9222 gives error whereas default interface accessible going chrome://inspect

how debug android chrome on network. remote debugging works if mobile device directly connected via usb.

thanks in advance !

enter image description here


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -