debug javascript in android emulator with phonegap

前端 未结 16 1965
抹茶落季
抹茶落季 2021-01-30 02:45

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

16条回答
  •  误落风尘
    2021-01-30 03:27

    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

提交回复
热议问题