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:
- Windows XP/2000
C:\Documents and Settings\<USERNAME>\Application Data\Apple Computer\Safari\Preferences.plist
- 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