My Peers ↓ Filter:

20 Apr 2012

Remote Debugging

I used two tools to help me debug my code; they provide me with a remote console that connected to my iPhone when the app was running and were key in helping me test and hunt down bugs.

weinre
WEb INspector REmote

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.
JS Console
by Remy Sharp