DEV Community

Cover image for Debug Mobile Websites with Chrome & Android Chrome
Julian Finkler
Julian Finkler

Posted on

Debug Mobile Websites with Chrome & Android Chrome

Do you already know this cool Google Chrome feature?
Remote devices tools

This allows you to debug your websites directly on your Android device. All you need to do is:

  1. Enable USB Debugging on your device
  2. Connect it to your computer
  3. Open Chrome on your mobile device
  4. Open the Chrome dev tools on the computer
  5. Click on the 3 dots menu > More tools > Remote devices
  6. Select the device and allow USB-Debugging on your mobile device.
  7. Click the "Inspect" button for the site you want to debug: Inspect button
  8. DEBUG! Remote debug

Top comments (0)