Weinre cannot open .js files

I am working on the PhoneGap mobile app. I am facing the same problem when using debug.phonegap.com and the local weinre server. When I click on any * .js hyperlink on the Weinre Elements page, the Resources page opens, but it is completely empty. The application runs in an emulator running ADT (eclipse with a plugin for Android developers).

The screenshots below are my code, the Weinre Elements page and the Weinre Resources page. In this particular example, I am trying to open "ATNO.js" for debugging. Can't I see something useful on the Resources tab?

Code screenshot: Code screenshots Screenshot Weinre Elements: Weinre elements Weinre Resources Screenshot: enter image description here

+7
source share
2 answers

Have you tried jsHybugger - JavaScript / HTML5 / CSS debugger for Android? With the new version of jsHybugger version 1.2, you can change the javascript code of the mobile application without redistribution. Try it - http://www.jshybugger.org

0
source

So, after some digging, I found that you can debug files in your Android mobile application using Chrome Remote Debug, here is the link: https://developer.chrome.com/devtools/docs/remote-debugging

0
source

All Articles