facebookarchive / stetho

Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more.
http://facebook.github.io/stetho/
MIT License
12.66k stars 1.13k forks source link

sqlite db not readable when number of columns are more #587

Closed tushar091 closed 6 years ago

tushar091 commented 6 years ago

Sqlite db becomes unreadable when number of columns are more as when we browse columns horzontal scrolling is not available hence unable to view the columns properly screenshot from 2018-02-14 12-29-21

longinoa commented 6 years ago

This view is owned by chrome, and we cant do much about it.

One option here is to select the database rather than the table. This gives you the ability to execute sql commands so you can restrict what columns you are getting.