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
1
vote
0 answers

No target found - Phonegap Build Weinre debugging (iOS device from Windows laptop)

I tested the Phonegap Build debug function but it is not working for me. What I Tried: 1) Checked the following build options in PGB: Enable debugging, Enable Hydration and Private application. 2) Added the following line to the code:
Justin La France
  • 789
  • 8
  • 21
1
vote
0 answers

how to use weinre with browsersync

Windows 10, iPad I'm running browsersync and trying to debug an iPad with this command: browser-sync start --proxy "www.mysite.com" --host my-ip-address --files /my-directory On the iPad I'm accessing the "External Url" listed in the command window.…
Duderino9000
  • 2,535
  • 4
  • 31
  • 37
1
vote
1 answer

Is there any new version of Weinre?

I am searching for a similar project or a new version of Weinre that has a latest dev tools console. I need timeline and profiling but the current version of Weinre does not have a lot of tools. So, is there any new version of Weinre?
Ignacio Correia
  • 3,611
  • 8
  • 39
  • 68
1
vote
1 answer

How to configure weinre behind Nginx proxy?

I have the latest weinre installed (2.0.0-pre-I0Z7U9OV). I can start it, all is working fine, but I need to run it behind a Nginx Proxy to be able to use a trusted SSL Certificate. So what I tried is the following: upstream weinre { server…
Aley
  • 8,540
  • 7
  • 43
  • 56
1
vote
1 answer

Matched CSS on Weinre

I can't find all the CSS matched on my website while I debug using Weinre. I am opening my website from my Android device (Android browser): http://192.168.0.159/website/ And then, on my desktop Chrome: http://192.168.0.159:8080/client/#anonymous I…
rmartrenado
  • 1,516
  • 1
  • 18
  • 42
1
vote
1 answer

Weinre server no target for debugging webview

I'm trying to debug a webview on my phone using the weinre server. It shows up as a client but not as a target. I know that 4.4 and above have chrome debugging but I need to debug in 4.3 I've tried changing the localhost to the my ip address but it…
Isabel Inc
  • 1,871
  • 2
  • 21
  • 28
1
vote
1 answer

Weinre not finding a target device - Windows Phone

I am trying to debug my hybrid cordova app using weinre (following this guide) 192.168.1.202 is the IP of my pc. I have run my weinre server using this weinre --boundHost 192.168.1.202 then displayed my client interface using this …
eeadev
  • 3,662
  • 8
  • 47
  • 100
1
vote
1 answer

Weinre Target Not Connected after page change

I'm using Weinre to Debug my PhoneGap App locally. I've enabled Debug on Adobe Build, and when I run the App, I am able to connect and debug using the Weinre interface: Everything works great until I navigate to a new page in my app. Then, I am…
1
vote
1 answer

Socket.io Rooms in a Hostile Network Environment?

I have a very frustrating problem with a client's network environment, and I'm hoping someone can lend a hand in helping me figure this out... They have an app that for now is written entirely inside of VBA for Excel. (No laughing.) Part of my…
Arlo
  • 51
  • 7
1
vote
0 answers

How to see javaScript errors in Android Phonegap?

How can i see javascript errors from within a Phonegap App? Currently I am trying to use this: window.onerror = function(msg, url, linenumber) { console.error('Type: ' + typeof msg + '\nError message: ' + msg + '\nURL: ' + url + '\nLine Number:…
Jamie Hutber
  • 26,790
  • 46
  • 179
  • 291
1
vote
1 answer

Weinre remote debugging can't bind to IP

I am struggling to get the weinre server up on anything but localhost. When I try the command weinre --boundHost -all- it runs on localhost and the list of boundhost the first two times I tried it only listed localhost and "-all-". But now I am able…
Chase Roberts
  • 9,082
  • 13
  • 73
  • 131
1
vote
0 answers

phoneGap 'weinre' debugger javascript error

I'm having trouble on getting the 'weinre' debugger of phonegap to work. Tried already with their Hello world app and with my very simple demo The result is the same. Whenever I try the debug page, I get these javascript errors on the debug page…
AntouanK
  • 4,880
  • 1
  • 21
  • 26
1
vote
2 answers

Debugging web page in Android app using weinre - cannot find debug target

I am trying to debug a web page inside my Android app's WebView. I've setup and started weinre following these and these instructions, modified my web page adding Now, as…
Asahi
  • 13,378
  • 12
  • 67
  • 87
1
vote
3 answers

Can't connect Weinre target to Weinre client (ios)

I am using phonegap and looking for a debugger for my javascript during the whole afternoon, but still couldn't find the solution. I have Weinre installed on my Mac, I succeeded in running the server by executing "weinre" on terminal. I have an app…
Mathieu
  • 1,491
  • 5
  • 17
  • 37
1
vote
1 answer

Weinre with Windows Phone 8 Connection Drops?

I decided to try using Weinre to help me debug a Cordova application I'm trying to build for Windows Phone 8; sadly, I've run into an odd issue where the Windows Phone 8 Emulator can connect to my local weinre config and then after a few seconds…
dchin
  • 311
  • 5
  • 15