Chrome Debugger
  • 31 Mar 2023
  • 1 Minute to read
  • Dark
    Light

Chrome Debugger

  • Dark
    Light

Article Summary

Overview

Chrome Debugger helps you to inspect all of resources and activity on a webpage, making development and debugging more efficient on Android devices.

Pre-requisites

  • Need to have Java Development Kit (JDK) 8 and above.
  • Android-sdk latest version.

Steps

  1. Connect the device and open the chrome app on the connected device and enter the URL you wish to debug.
  2. Click on Chrome Debugger which is present under ALL Actions
  3. Enter the URL and click on Start
  4. Debug pop up will open
  5. User can start the inspection and debug the page.

Was this article helpful?