Please help me in installing and debugging my mobile htmls from my machine using weinre.Lot of guys telling me how useful weinre is, but i am unable to find the way how to install it, please help me how to install weinre and debug using it.Thanks in advance.
Asked
Active
Viewed 2,126 times
2 Answers
1
If you still need to use Weinre locally, here is the global process after install: Weinre does not find any target
More precisely here: https://stackoverflow.com/a/16761649/79445
0
When i try to search for the answer, i found one interesting link http://debug.phonegap.com/, there you have the weinre installed in that website.
What you need to do is:
- open the link http://debug.phonegap.com/
- Create your guid in the text box there.
- then you see the script tag generated for your guid below.
- copy paste that script tag in your mobile page where you want to test
- open the page you want to test in the mobile browser
- then come to the http://debug.phonegap.com/#yourguid.there you see the web inspector
- debug it, simple.

Mohamed Hussain
- 7,433
- 14
- 55
- 85