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
0
votes
1 answer

Weinre do not show target for Cordova Android App running on handphone

I really need some help here... I have developed a simple app using cordova and I wish to debug the app using weinre for further improvement. The problem is when i host weinre client and access with browser to…
TienPing
  • 51
  • 3
0
votes
1 answer

Is there a trick to get weinre to connect (WP8.1 via Tools for Apache Cordova CTP3)

so, I need console output via the console plugin and in order to get that I must have weinre running. The weinre instructions and tutorials are well written and extensive--I have every reason to believe I'm setup properly because from my test WP8.1…
Tawpie
  • 271
  • 3
  • 11
0
votes
1 answer

Running Weinre bound to something other than localhost

I'm trying to setup Weinre according to the official manual [0]. I got stuck on this step: Running the debug server bound to something other than localhost I was able to run the debug server on http://192.168.1.7:8080/ which is the IP address of my…
slaweet
  • 385
  • 2
  • 17
0
votes
0 answers

Weinre and Phonegap Developer App

Has someone managed to debug Phonegap applications remotely with Weinre and Phonegap Developer App? I can connect to http://192.168.1.100:8001/client from both sites but don't see the target.
bardu
  • 727
  • 2
  • 8
  • 24
0
votes
1 answer

Can't detect Windows App on Weinre?

I'm running Weinre on Mac. I have an HTML5-based Windows app installed on a Windows phone. If I try to access my app via the browser inside the Windows phone, I am able to detect the app on Weinre without any problems. However, if I open the actual…
Arci
  • 6,647
  • 20
  • 70
  • 98
0
votes
1 answer

weinre debugging not working with android-emulator

Hello i try to debug my HTML/CSS for Android via an Android-Emulator android-sdk (width Ubuntu 14.04 Linux). I followed the install and running Documentations. weinre Server starts successfully. I get also a successful (intranet) connection between…
stephanfriedrich
  • 563
  • 5
  • 20
0
votes
1 answer

Weinre how to add new targets?

Hello I am new to Weinre and I need to debug my website which seems to act strange when opened using an IOS platform. So I am using Weinre to debug it. I installed the tool and tested it running with the demo targets in the server itself. Now I…
Salman9
  • 245
  • 1
  • 4
  • 17
0
votes
1 answer

Weinre and console.time()

I'm using weinre to see console from Sencha Touch application running on iPhone Simulator. console.log() works correctly, and I can see it in weinre console, but console.time('a') and console.timeEnd('a') doesn't working at all. Why? I compile…
Radek Wilczak
  • 299
  • 5
  • 14
0
votes
0 answers

Why doesn't Windows Phone 7.8 connect to Weinre?

I've successfully connected my iPhone and Android phone to Weinre by following the instructions. However I'm not able to connect my Windows Phone 7.8 to Weinre, even though I've understood it should be possible. I run Weinre with command 'weinre…
0
votes
1 answer

Weinre breaks window.sessionStorage.setItem

Ran into a weird one now. On FireFox 30.0,when I include weinre in my html 5 page (for a hybrid mobile application), window.sessionStorage.setItem is suddenly not a function any more (or does not exists or something). Remove weinre script, and all…
demaniak
  • 3,716
  • 1
  • 29
  • 34
0
votes
2 answers

WEINRE : how to debug my app over the WAN (on a machine that is oustide my LAN)

I am using Weinre to debug my hybrid app. Is it possible to get the console logs from an app on machine that is outside of my LAN ? Maybe by putting my global IP in the script call instead of using my local IP :
Louis
  • 2,548
  • 10
  • 63
  • 120
0
votes
1 answer

How to auto start the weinre server on a linux server

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…
Dozer
  • 5,025
  • 11
  • 36
  • 52
0
votes
1 answer

using weinre and device (target) is not showing up

I installed weinre using node on my system then ran weinre on the cli to start up the server. then i added: to my head section of my sample phonegap app and changed…
Sunny Day
  • 523
  • 2
  • 8
  • 16
0
votes
1 answer

Weinre drops connection almost instantly after connecting with PhoneGap 3.1 and Windows Phone 8

I'm using a framework called Lavaca for the HTML/Javascript/css portions of the project. And if I add in Weinre to the mix with their basic render one single page example on Windows Phone 8 I see the device connect to Weinre and then instantly drop…
gaqzi
  • 3,707
  • 3
  • 30
  • 30
0
votes
1 answer

How to run WeInRe with cross domain restriction on web

I am trying to run WeInRe, installed on my mac as a nodejs module. But, the client does not load the javascript, because nodejs server runs on port 8080, and my site runs on 80. Any help on how can I resolve this issue? Thanks, pd
pd1980
  • 103
  • 1
  • 8