I am new to phonegap and android development. May I know how can I debug javascript error on the emulator? I have heard about ADB may I know how can I use and install it on wind
There is (finally) a tool available to allow proper JavaScript debugging for Android - http://www.jshybugger.org/
Features:
- add/remove/enable/disable line breakpoints
- watch expressions
- step into/over/out
- pause on exception
- call stack navigation
- local variable inspection
- remote console
- javascript syntax and runtime error reporting
- view/edit/delete Local Storage items
- view/edit/delete Session Storage items
- view/edit/delete WebSQL Database records (watch Video)
- view page resources (images, scripts, html)
- remote console support enhanced (stacktrace)
- Debugger: enhanced object inspection
- Debugger: conditional breakpoints
- Debugger: continue to here