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

How to write a batch for weinre and keep it open?

I wrote a batch file and key in as follow: weinre --httpPort 8181 --boundHost 192.168.1.110 I supposed it will start up a cmd and run only once, then show the message as follow and wait: 2013-06-05T10:50:40.636Z weinre: starting server at…
0
votes
1 answer

Remote Javascript Debugging with Weinre (Web Inspector Remote)

Can we remotely debug more three mobiles parallely using weinre?
Manisha Awasthi
  • 449
  • 1
  • 5
  • 16
0
votes
1 answer

Debug JavaFX web view with weinre

Has anyone tried to debug a webpages rendered in a javafx web view with weinre? Is this possible or is web view lacking the necessary infrastructure?
fbuchinger
  • 4,494
  • 2
  • 30
  • 31
0
votes
2 answers

How to install weinre on mac?

I wanted to debug my mobile web app that would be running on a mobile device or simulator (like iOS simulator). On googling a lot I came across Weinre but could not figure out how to install on my macbook.
Goje87
  • 2,839
  • 7
  • 28
  • 48
-1
votes
1 answer

MobileFirst 7.0.0 application on Windows Phone 8.1 error from Weinre

The MobileFirst application that we've developed works on iOS, Android. The Windows Phone 8.1 port is showing following error when displaying console messages on weinre console: Error in Error callbackId: WLAuthorizationManagerPlugin1600160345 :…
1 2 3 4 5
6