Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
/ ibug Public archive
forked from johnboxall/ibug

Debug JavaScript on your mobile device from the comfort of your desktop browser.

Notifications You must be signed in to change notification settings

apike/ibug

 
 

Repository files navigation

ibug: Firebug for your (i)Phone

Debug JavaScript on your mobile device from the comfort of your desktop browser.

Originally developed by Joe Hewitt: Announcement - Subversion

This is rough around the edges.

Tested running on Chrome OSX with a 3.0 iPhone 3GS.

Setup

  • Download and install Node.js: https://nodejs.org/#download

  • Run the server: node server.js.

  • You can specify host/port if you'd like: node server.js example.com:80.

  • Point a browser at the server, https://YOUR_IP:8001/. This is your console.

  • You can use 127.0.0.1 as YOUR_IP but this will not work on an actual device.

  • Paste <script type="application/x-javascript" src="https://YOUR_IP:8001/ibug.js"></script> into the page you want to debug.

  • Open the page you want to debug in your browser. This is your client.

  • Type alert('Hello world!') in your console window.

  • BAM.

About

Debug JavaScript on your mobile device from the comfort of your desktop browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.5%
  • Python 11.5%