Is there a way to use the WebKit web inspector from a Cocoa WebView object?
A REALLY easy way to do it… is in the terminal…. ⌘ ⬆ ☺ defaults write com.yourcompany.yourbundleid WebKitDeveloperExtras TRUE (With OSX 10.8, use defaults write com.yourcompany.yourbundleid WebKitDeveloperExtras -bool true instead). NOTE: You MUST change com.yourcompany.yourbundleid to YOUR specific “apps” (or whatever company’s app bundle ID it may be) before this will work!** The nice thing … Read more