I\'m trying to figure out why something with Javascript isn\'t working inside of a UIWebView. To my knowledge, there is no way to set a breakpoint inside of XCode for a js f
If you're using iOS >= 6 and you have mountain lion (10.8) or Safari >= 6, you can just:
Preferences -> Advanced and make sure "Show Develop Menu in Menubar" is on.Develop -> iPhone Simulator -> [your webview page].That's it !