How to debug the SqlLite database used in Ionic?

廉价感情. 提交于 2019-12-02 09:01:37

问题


I was searching for some trick to debug the database of an Android app in Ionic on a phone and I've encountered this project.
How can I use this with Ionic? If there is no way, can I use others tools?


回答1:


If you are executing on a device and need to view the data stored by sqlite, install the "stetho" plugin, it lets you open a dev tool with sqlite data. connect the device on the computer, open the app, open the chrome and type in the navigation bar "chrome://inspect", and click the link related to "stetho".

Also don’t forget to reboot.



来源:https://stackoverflow.com/questions/51349621/how-to-debug-the-sqllite-database-used-in-ionic

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!