Turn On Debug Menu in Safari

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.

Filed Under: Easy Ajax

Tagged with: , ,

1 Comment so far »

  1. jane said,

    Wrote on March 2, 2008 @ 12:52 am

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

Comment RSS · TrackBack URI

Leave a Comment

Name: (Required)

E-mail: (Required)

Website:

Comment: