Turn On Debug Menu in Safari 1

Posted by Jimmy'z on March 01, 2008

Safari has an interesting set of options for debugging web pages. You just have to turn it on. From the Teminal, type the following:

defaults write com.apple.Safari IncludeDebugMenu 1

You can also turn it on for Windows by adding the following to your Preferences.plist (C:\Documents and Settings\USERNAME\Application Data\Apple Computer\Safari\Preferences.plist ) file:

<key>IncludeDebugMenu</key>
<true/>

For more info, check the Apple support documentation.

Trackbacks

Use this link to trackback from your own site.

Comments

You must be logged in to leave a response.

  1. jane Sun, 02 Mar 2008 00:52:49 MST

    cool, next time you need to paste formated code to anyone else try http://textsnip.com