JavaScript debugging on Safari for Windows
Just had to do this and thought I’d post it for anyone who might find it helpful. Here is how you enable the Debug menu if you’re running windows:
1. Navigate to the folder below (replace USERNAME with your user account).
C:\Documents and Settings\USERNAME\Application Data\Apple Computer\Safari
2. open up Preferences.plist and add the following two lines anywhere before the line “</dict>”
<key>IncludeDebugMenu</key>
<true />
3. Restart Safari and you should now have a Debug menu.
Tags: Browsers, javascript, safari








