Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

A client has notified me that our website is generating an error for iPads running iOS 5 when using Debug Console in Safari. I only have an iPad running iOS 6 which no longer has the debug console, and I don't see any Javascript errors. I also have various PCs and iMacs available to test on if needed. Is there any way I can replicate the iOS5 script error with iOS6 or iMac to try to debug?

share|improve this question
    
cheap trick: won't hurt to see what IOS6 added over IOS5 on caniuse... –  dandavis May 13 '13 at 19:23
add comment

2 Answers

Have you looked at Adobe Edge Inspect?

share|improve this answer
    
Is that meant to be installed on the iPad? It says device not supported. –  user2378807 May 13 '13 at 21:23
    
I've used it without any problem, strange you are having issues. –  jstx May 13 '13 at 21:31
add comment

You can debug on your Mac by following this guide.

share|improve this answer
    
I was going through this link earlier with my iPad iOS6 hooked up to my OSX Mac and couldn't reproduce the iOS5 debug mode error. The link is very relevant though so I'll give you an upvote :) –  user2378807 May 13 '13 at 21:16
    
Link seems to be dead. –  SirReal Feb 5 at 20:35
add comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.