sqlite - Debug sqllite in chrome -
hey i'm develeloping mobile app through phonegap, , i'm using db.transaction function handle storage. problem is, when try debug in chrome (outside of android emulator) error method not exist. how can overcome this, don't have recompile every little change make code?
thank you
use chrome remote debugging. gets access websql db's being used within application, console can see more errors in general.
Comments
Post a Comment