How to view SQL database in Eclipse Debug mode for android

后端 未结 5 2004
遇见更好的自我
遇见更好的自我 2020-12-03 01:48

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

5条回答
  •  青春惊慌失措
    2020-12-03 02:34

    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.

提交回复
热议问题