As responsive design and mobile web development are becoming the norm, like others that I suspect I find testing and bug fixing on a wide range of mobile and handheld devices. Traditionally, CSS errors with layout or presentation have been greatly simplified to fix using things like firebug or hrome dev tools. Even JavaScript errors can be matched and debugged in these tools.
However, the same errors are now much more difficult to isolate and correct. We no longer have an error console to see when JavaScript errors occur, we don't have an inspector (god, I'm sorry we didn't have remote debugging in all modern mobile browsers). Ive got an annoying error in Opera (which, as I know, can be remotely debugged: http://dev.opera.com/articles/view/remote-debugging-with-opera-dragonfly ), and Ive allowed others in the Android browser and Safari for iOS through brute force rather than some real technique, but I'm just wondering what are the preferred tools, methods, and tips for debugging sensitive issues on mobile devices?
thanks
source share