Debuggable Browser

2.8
195 reviews
10K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

What is it?
Just a debug-enabled WebView, allowing you to use Chrome's Developer Tools (running on your PC or Mac) to inspect and debug your web app while its running on your actual device.

Aimed only for web developers and web designers
This app was built for web developers who aim to deliver the best user experience of their web app to Android users. If you're not a web developer or web designer interested in debugging web apps, then you're likely better of with a normal browser ;)


What's the use of it?
If you ever opened your web site in the Android stock browser and encountered one of the following issues, this app might prove useful to you:
• The layout or styling of your web site appears broken when viewed in the Android stock browser
• Your JavaScript code didn't produce the expected result or the computation must have suddenly stopped during execution (maybe an exception was thrown?)
• Animations are laggy or just don't animate as expected

Description
It sometimes happens that a web app doesn't work on mobile browsers, even though it's working fine on desktop browsers. Even worse, sometimes defects occur only on (certain) mobile devices, so you cannot simulate and reproduce it on a desktop browser. This is where remote debugging with Chrome's DevTools proves to be useful. While Chrome for Android perfectly supports this already, the Android stock browser doesn't. This is unfortunate, since a lot of Android bugs seem to occur only on the stock browser and not on Chrome anyways.
So this app lets you run web sites within the native browser (WebView), while giving you the possibility to inspect and debug the page with the Chrome DevTools.

How to start remote debugging?
1. Enable Developer Mode on your Android device and connect it to your PC/Mac
2. Open this app and navigate to your web site by entering its URL
3. On your PC/Mac, open Chrome and type "chrome://inspect" into the address bar
4. In Chrome, check "Discover USB Devices" and it will list the web page you've opened on your device
5. Hit inspect and enjoy remote debugging the app with the Chrome Developer Tools

For more information, read: https://www.pertiller.tech/blog/remote-debugging-the-android-native-browser
Updated on
Aug 14, 2016

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

2.9
183 reviews
A Google user
November 15, 2018
This app does exactly what it is meant to, just people interpret it as a different kind of app, it is not meant to be an inspect element app, its meant to be connected to a computer for developers, so the terrible ratings are because people are thinking the app is for something else.
43 people found this review helpful
Did you find this helpful?
Colby Combs
November 23, 2020
Completely worthless. If I wanted to debug a page on my computer why would I be trying to debug it on android? It's just debugging on your PC with extra steps. Useless.
6 people found this review helpful
Did you find this helpful?
Jayasree P
October 15, 2020
Ok. I got the usage. But can you integrate a dom view within the app so you can really inspect element within the debuggable browser
5 people found this review helpful
Did you find this helpful?

What's new

Integrated your feedback

- It's been exactly 1 year since the last release and I noticed that this app led to some confusion for a lot of people that misunderstood its use-case: it's built for web developers who want to optimize their web app with the power of Chrome's dev tools while running the page on an actual Android device (see updated notes).
- Besides, I got some lovely suggestions. So now you can start the app as intent from another app to start debugging a weblink right away!