Enabling debugging for Safari
Feb. 26th, 2010 09:37 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
If you do web development, this might be useful to know about Safari. You can open up the terminal and use these commands to enable some of the built in debugging tools:
I don't know much about what the debug menu does, but the developer extras is quite useful. You'll need to restart the browser before it works. Right click on the screen, and then select "Inspect Element" to see the interface.
defaults write com.apple.Safari IncludeInternalDebugMenu 1 defaults write com.apple.Safari WebKitDeveloperExtras -bool true
I don't know much about what the debug menu does, but the developer extras is quite useful. You'll need to restart the browser before it works. Right click on the screen, and then select "Inspect Element" to see the interface.