源码的Eclipse插件:在Android设备的现场调试SQLite数据库 [英] Sqlite plugin for Eclipse: debug sqlite database on Android device live

查看:175
本文介绍了源码的Eclipse插件:在Android设备的现场调试SQLite数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想数据库上的Andr​​ oid设备调试。我的应用程序是非常沉重的,我做了太多的插入查询和其他的东西,所以在模拟器上运行是地狱缓慢的,所以我在Android手机上调试它。

I want to debug database on android device. My application is very heavy and I do too much insertion queries and other stuff so running on emulator is hell slow so I am debugging it on Android phone.

但我无法调试数据库,像iPhone,你可以看到,即使插入制作成数据库。我想看到数据库的现状没有生根我的手机和我的手机拉,然后打开它变成一些第三方软件。

But I could not debug database, like in Iphone you can see even insertion made into database. I want to see the current situation of database without rooting my phone and pulling it from my phone and then opening it into some 3rd party software.

有什么办法没有生根和拉数据库进行调试在手机上的Andr​​oid数据库?

Is there any way to debug Android database on mobile phones without rooting and pulling database out?

有工具sqlite3的,但问题是,当你连接到外壳就说明你丑陋的数据,此外,如果没有创建的数据库运行任何查询数据库文件夹实际创建数据库,所以你永远不会知道你的数据库不是由创建你的逻辑。

There is tool sqlite3 but the problem is that when you connect to shell it shows you ugly data and furthermore if database is not created running any query actually creates database in database folder so you would never knew that your database was not created by your logic.

我希望你能理解我所期待的。

I hope you understand what I am looking for.

推荐答案

对于如何在Eclipse连接到一个SQLite数据库的此处。另一种方法是使用的这个的Firefox插件来管理你的SQLite数据库。

There is information on how to connect eclipse to a sqlite database here. Another alternative is using this Firefox add-on to manage your sqlite database.

这篇关于源码的Eclipse插件:在Android设备的现场调试SQLite数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆