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

Popular posts from this blog

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -