7 Jun

Safari Debug Menu

June 7th, 2007 — 3:54 pm Dave

A helpful hint if you care about debugging JavaScript in Safari like me. To turn on the Safari’s built-in debug menu do the following:

1. Close Safari
2. Open Terminal
3. Type: defaults write com.apple.Safari IncludeDebugMenu 1
4. Open Safari again and you’ll see Debug as one of the main menu options at the top.

It’s not nearly as nice as FireBug but it helped me on some issues with the new snippet editor last night.

Add comment

You are adding a new comment