google-chrome-devtoolsmobile-chrome

Is it possible to open developer tools console in Chrome on Android phone?


An AngularJS application works fine on desktop, but is not rendering properly on mobile (actual code is showing). This is on an Android phone.

I would like to see what errors are showing in the console.

Is it possible to open JS console on chrome app on mobile (like it is on desktop)?


Solution

  • You can do it using remote debugging. Here is official documentation. Basic process:

    1. Connect your Android device
    2. Select your device: More tools > Inspect devices* from dev tools on pc/Mac.
    3. Authorize on your mobile.
    4. Happy debugging!!

    * This is now "Remote devices".