Skip to content

mrspeaker/WadBug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WELCOME TO WADBUG v0.01
Mr Speaker's Web Application Debugger
A rough little tool for inspecting a mobile web application.
In action at: http://www.mrspeaker.net/dev/wadbug

To install (relies on jQuery):

<link rel="stylesheet" href="wadbug.css" type="text/css" charset="utf-8">
<script src="wadbug.js" type="text/javascript" charset="utf-8"></script>
Click on the X to open WadBug.

Home: details about the current device

Console: A faux console where you can see log events and execute code. Click "help" to see some useful tricks, like using ":" for inspecting objects (eg :window.document).

Cache: cache manifest events (if any - will only show after a cache event has fired).

Live: won't make much sense to do here - it loads a file from the server and polls for changes via Ajax. As you can't update the change file, you'll only get some sample code (an alert that shows the date) executed once.

When you are developing with WadBug you can update the code and it will be automatically run on your phone, so you can do "live changes".

About

Web application debugging tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages