So iOS6 is out, horrah. Now, it appears as though Apple have removed the \'Developer Console\' that used to exist in Safari. Great, I hear a lot of people say - it was limit
A poor mans debugging console:
try { var test = document.do.something(); } catch (exc) { alert(exc); }