remote mobile web debugging
Testing mobile web apps is challenging because there’s no way to view javascript errors and other console messages. Fortunately, Remy built a free web service for viewing console messages remotely!
A major limitation is that a console ID needs to be hardcoded into the script tag. That means everyone that accesses the URL (other developers, testers) will show up in a single console. So I created a little script to pass a session ID through the URL. That way all our developers can create their own sessions for testing without interfering with each other.







