Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 451 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 451 Bytes

Deprecation Warning

There are much, much better ways of attaching a proper debugger to a web page these days. If you're reading this then you should probably consider a different approach.

console.js

A small drop in JS file that emulates the console on devices that are a pain to debug (iPad on a PC for example).

Usage:

Save console.js to your project and hook it in to the page using <script src="console.js"></script> ... and you're done.