Skip to content

Instantly share code, notes, and snippets.

@andrey-krivobok
Created October 10, 2012 11:15
Show Gist options
  • Save andrey-krivobok/3864865 to your computer and use it in GitHub Desktop.
Save andrey-krivobok/3864865 to your computer and use it in GitHub Desktop.
Enabling remote debugging in a UIWebView
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
// ...Snipped...
[NSClassFromString(@"WebView") _enableRemoteInspector];
// ...Snipped...
}
And connect in Safari to localhost:9999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment