Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to view SQL database in Eclipse Debug mode for android

I am looking for a way to see realtime (as I debug) what is in my SQL database.

Does anyone know how to do this? I have tried looking through the variables tab but can't seem to find anything.

like image 751
easycheese Avatar asked Jun 13 '11 16:06

easycheese


People also ask

How do I view a database in Eclipse?

To open the Database Explorer view, select Window->Show view->Other->Data-> Database Explorer. To open the DB Output view, select Window->Show view->Other->Data-> DB Output view.


1 Answers

Open view Window->Show View->File Explorer.
In this view go to data/data/"your app name"/databases/"your database" This is you database file.
I use Questoid SQLite browser (It was available in www.questoid.com/Forums/tabid/59/aff/9/aft/7/afv/topic/Default.aspx) plugin for eclipse.

like image 126
woodshy Avatar answered Sep 28 '22 00:09

woodshy