Skip to content

Instantly share code, notes, and snippets.

@jpgls
Created January 19, 2015 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpgls/ae8663cca310e647e87e to your computer and use it in GitHub Desktop.
Save jpgls/ae8663cca310e647e87e to your computer and use it in GitHub Desktop.
Enable Safari Debug Menu

Enable Safari Debug Menu

This is different than the Developer Menu, which is enabled via the Safari Preferences window - this enables several rendering debug options.

In order to enable the menu, close Safari, then enter the following command in a terminal window:

defaults write com.apple.Safari IncludeInternalDebugMenu 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment