Android-Debug-Database icon indicating copy to clipboard operation
Android-Debug-Database copied to clipboard

A library for debugging android databases and shared preferences - Make Debugging Great Again

Results 90 Android-Debug-Database issues
Sort by recently updated
recently updated
newest added

This library uses a plain TCP server socket to accept incoming debug requests and provide arbitrary access to database files in the hosting application. This leaves those applications extremely vulnerable...

do you support other database any kind?

I don't know even it is possible, but it would a great and helpful feature if it has been added? Thank you.

A JavaScript error is thrown when running a query with a custom field list in the SELECT clause, for example: ```sql SELECT * FROM mytable; -- Success SELECT field1, field2...

I think that its easy to show: **column_name** [VARCHAR(10)] https://sqlite.org/datatype3.html

Use something like [Codemirror](http://codemirror.net/) for the query input.

I had trouble to use your library with my set up, I'm debugging my app using my phone as router with my computer which hosts an apache server. In this...

Suppose you have a database that contains some text data with embedded HTML tags, like this: `This is bold text. This is plain text. This is a link.` When viewed...

The number of displayed rows per page [is hard coded to 10 right now](https://github.com/amitshekhariitbhu/Android-Debug-Database/blob/94775dde90c42a7335ea1983407a6696a0b2ec9e/debug-db/src/main/assets/app.js#L183). This can be inconvenient, especially when working with large result sets. I would like to be...

enhancement

Hey, great tool! I treat it as a central place to get data from the app during my development. Although it would be nice to have files management as well....

enhancement