How to view SQL database in Eclipse Debug mode for android

后端 未结 5 2006
遇见更好的自我
遇见更好的自我 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:23

    I don't know of any way to view it through Eclipse but you can perform queries on the database through the ADB. Check out Examining sqlite3 Databases from a Remote Shell.

提交回复
热议问题