Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome remote debugging: empty inspect tab

I'm using Google Chrome v35.0.1916.114 and followed the steps to enable remote debugging on my Samsung Trend Plus GT-S7580 which runs Chrome v35.0.1916.122.

I can effectively view the opened tabs, close them and all, but inspecting a tab gives me a blank console.

Any reason why it doesn't work?

like image 414
jproton Avatar asked May 28 '14 14:05

jproton


People also ask

How do I get rid of debugger in inspect element?

Go to the "Sources" tab. At the top right hand side, toggle the button that looks like the pause symbol surrounded by a hexagon (button on the far right) until the color of the circle turns black to turn it off. If the pause symbol isn't blue it may be that you've accidentally marked a line for debugging inspection.

How do I inspect a remote device in Chrome?

Go to chrome://inspect#devices . Make sure that the Discover USB devices checkbox is enabled. Connect your Android device directly to your development machine using a USB cable. Your Android device may ask you to confirm that you trust this computer.

How do I debug Chrome app inspect?

One needs to follow the steps below to start testing and debugging Android apps in Chrome: Step 1 – Signup for a free trial on BrowserStack App-Live on Chrome browser. Step 2 – Navigate to the App-Live Dashboard. Step 3 – Upload your test APK file or directly download the test app from PlayStore.


1 Answers

I have faced same problem. In my case I have found that version of chrome browser on windows system was 44.x but on android mobile device has 54.x. I just updated my windows chrome. And everything started working fine.

like image 77
Shiv Avatar answered Oct 05 '22 18:10

Shiv