How to see javascript errors on chrome/safari mobile IOS 6
google-chrome, ios6, web
Solution
Here is Apple's official answer to this question (look for "Safari on iOS" topic). It is possible to debug through your actual IOS device and it tells you how. Once you are connected you can debug the JavaScript and everything.
FYI, this uses Safari to debug. I have not seen a solution for using Chrome (though I really wish it were possible).
Problem
I'm wondering is there anyway to debug a problem on a Iphone 4s device running IOS 6.1. My website is not working and it appears that the javascript is broken. The problem only occurs on a mobile device and I would want to see the errors. I tried emulation, take a look at this tutorial but it works perfectly with it.