I am trying to debug Web pages that use JavaScript libraries on the Android Web Browser and I would like to use any kind of JavaScript debugger to speed the task up.
NOTE: I am currently using the adb command to see some javascript and console.log calls. Is it possible to enable the 'UI Inspector' that is built into the WebKit engine? There is a patch to enable the inspector in the GTK UI that comes with the Open source webkit: https://bugs.webkit.org/show_bug.cgi?id=19392 And you can enable the inspector by setting the 'WebKitDeveloperExtras' option to 'YES' in Safari's preferences plist file: http://stackoverflow.com/questions/695038/is-there-a-way-to-use-the-webkit-web-inspector-from-a-cocoa-webview-object Can this be done on Android version of Browser? Any help is much appreciated. S.Pudnik --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

