Our Blog

News, thoughts & useful links

Contact: Skype , email or call
+44 (0) 131 556 6818

Enable debug menu in Safari for Windows and Mac OsX

April 6th, 2008 by The BCM Team

To enable a debug menu in Safari browser for Windows do the following:

Windows

Add a key/value pair <key>IncludeDebugMenu</key><true/> before the closing </dict> to the following Safari configuration file:

  1. Windows XP/2000 C:\Documents and Settings\<USERNAME>\Application Data\Apple Computer\Safari\Preferences.plist

  2. Windows Vista C:\Users\<USERNAME>\Application Data\Apple Computer\Safari\Preferences.plist

and restart Safari.

Mac OsX

Run the following command in terminal:


defaults write com.apple.Safari IncludeDebugMenu 1


Comments are closed.