Questions tagged [weinre]

weinre is WEb INspector REmote. Pronounced like the word "winery" **weinre** is a debugger for web pages, like FireBug (for FireFox) and Web Inspector (for WebKit-based browsers), except it's designed to work remotely, and in particular, to allow you debug web pages on a mobile device such as a phone.

weinre is a debugger for web pages, like FireBug (for FireFox) and Web Inspector (for WebKit-based browsers), except it's designed to work remotely, and in particular, to allow you debug web pages on a mobile device such as a phone.

some related links

latest doc: http://people.apache.org/~pmuellr/weinre/docs/latest/

issues:

Google Groups discussion: http://groups.google.com/group/weinre

Do you need to use weinre?

weinre was built in an age when there were no remote debuggers available for mobile devices. Since then, some platforms are starting to provide remote debugger capabilities, as part of their platform tool set.

Android: Remote Debugging on Android with Chrome

iOS: Enabling Web Inspector for iOS

Firefox OS: Debugging on Firefox OS

Windows Phone: Debug Your App Built with Visual Studio Tools for Apache Cordova (note: as of 2015/01/15, that page suggests weinre as the debugger for Windows Phone)

80 questions
3
votes
0 answers

Weinre: target not connected

I've added weinre script to *.html. Then I click on weinre debug link. Then I launch app on local webserver in Firefox. That's what is shown in console: Weinre shows "target not connected"
janot
  • 13,578
  • 1
  • 27
  • 57
3
votes
2 answers

Remote device not recognized by debug.phonegap.com

I am encountering a problem when I try to debug my phonegap app using debug.phonegap.com. I put this vode inside the head of the HTML document Prior…
Liron Harel
  • 10,819
  • 26
  • 118
  • 217
3
votes
1 answer

Phonegap (3.0.0) debugging

I have small issues with debugging Phonegap application. What I know: I can upload application data to build.phonegap.com, build it, download application to phone and then use debug.build.phonegap.com to debug application, that's fine. That works…
Misticek
  • 31
  • 1
  • 3
3
votes
1 answer

Connect Windows Phone 8 to Weinre

I am trying to connect a Windows Phone 8 device to a local Weinre server. I think the requirements for the client are a WebKit based internet browser which I don't think Internet Explorer is(?) Can somebody confirm whether it's possible to connect a…
keldar
  • 6,152
  • 10
  • 52
  • 82
2
votes
0 answers

Android NATIVE browser remote debug not working when using weinre or chrome

I've been using weinre and chrome to remote debug the native browser on Android tablet (Android 4.2.2) and so far it's not working. Cannot find the target. When i use it with chrome,firefox and opera it functions fine. File is locally placed in sd…
Marko Kovačević
  • 421
  • 1
  • 4
  • 17
2
votes
2 answers

Failed npm install command weinre in windows 7

I have tried to install weinre for debug a phonegap application with command: npm install weinre I have always the same error: I use windows 7, I opened the cmd with administrator, i have installed node.js. I have read other questions about…
sandrita
  • 363
  • 1
  • 6
  • 17
2
votes
0 answers

Debug Phonegap/Cordova appllication in weinre

I have a problem with debug my phonegap application. I want to connect to weinre server from my android emulator. I try to do it on my project and I can't connect. So i try to create completely new cordova project and i still can not connect and…
gesiud
  • 106
  • 5
2
votes
1 answer

How to debug cordova/phonegap for windows phone

I'm new to windows phone development and found that I don't know how to debug a cordova/phonegap app with windows phone emulator. I found out that using weinre (from here) it's possible to debug app, but still haven't found how to connect it with…
Sascuash
  • 3,661
  • 10
  • 46
  • 65
2
votes
1 answer

Debugging phonegap app with weinre with https

My index.html is fetched from the server through an https connection (otherwise I have problems with the oauth procedure). But the address for the weinre target code is http and not https, therefore for security reasons the browser doesn't load it…
Uri
  • 25,622
  • 10
  • 45
  • 72
2
votes
2 answers

Debugging phonegap application with weinre

I'm starting with phonegap development (Using phonegap build to port a HTML5 app) and came across weinre which is great. I was able to debug the HTML5 app from my PC (Chrome browser) without an issue using the phonegap weinre server…
Uchitha
  • 998
  • 8
  • 24
2
votes
2 answers

How to install Weinre in windows7

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…
Mohamed Hussain
  • 7,433
  • 14
  • 55
  • 85
1
vote
0 answers

How and why does Weinre refresh client browser when pressing F5 in local browser?

I am developing web application on SAMSUNG devices, namely signage displays. That means TVs that are suitable for b2b long term use. We have been developing since Orsay and are currently developing on SAMSUNG's Tizen. Basically we develop a web…
Koenigsberg
  • 1,726
  • 1
  • 10
  • 22
1
vote
1 answer

PhoneGap App Working in iOS but not Android

I have an app that kicks off a GET execute on our company server to generate a chart based on a map click. It's working on multiple iOS devices but not on Android. When I watch the Network tab in the Weinre debugger, the GET request takes about 2…
Bill Hambone
  • 157
  • 2
  • 14
1
vote
1 answer

Weinre missing in browser sync

I have latest browser sync installed. I run it in the most simple way, but I didn't see weinre. I tested a many ways I didn't undestand. In all articles about browser sync is the toggle just there without any extra setup. As you can see on screen…
1
vote
1 answer

Weinre debugging for windows ionic app not working?

I have tried out weinre remote debugging for my ionic based application. It worked for browser version with basic required setup but it didn't work when I package the app into a windows app and install in my local machine. Do I need to do some…