I've got an html bug that, so far, appears only on a Samsung Galaxy Tab 1 and I'd like to inspect the html elements to diagnose the problem.
I have activated developer options on the tablet and activated USB debugging.
I have previously also followed the instructions on this page...
https://developers.google.com/web/tools/chrome-devtools/remote-debugging/
...but the 'remote devices' tab (accessed from dev tools menu > more tools > remote devices) does not detect the connected tablet.
EDIT
I have downloaded the Android/tools and Android/platform-tools and, as instructed, extracted them to my C drive. I connect the Galaxy Tablet via a usb cable, open a command line from the platform-tools directory and run 'adb.exe'. I then run 'adb devices'. The command line tells me 'daemon not running. starting it now at tcp:5037'. But no devices are listed, and in Chrome dev tools I get no devices listed when I click the menu icon > more tools > remote devices.
I have also switched the tablet's USB connection type from MTP to PTP (camera). This has made no difference.
I can access files on the tablet through windows. I just don't see it listed either in the command line with 'adb devices' or in Chrome dev tools, menu > more tools > remote devices.
ANOTHER EDIT
This may or may not be important, but when I plug in the tablet I get a warning that 'device driver software was not successfully installed'. I can still access files on the tablet via windows. The tablet appears twice in Device Manager; Once, under 'Portable Devices' where 'properties' tells me it is working properly and secondly under 'Other Devices' where 'properties' tells me it doesn't have a driver installed. I have installed various drivers and tried to track down the correct driver from Samsung, without luck.
What am I doing wrong? Any ideas gladly received!