Tuesday, January 26, 2010

Mac OS X Enable Debug Menu Safari

I had to reinstall OS X the other day and I need to enable the debug menu again in Safari and I always forget how the heck to do it so I thought I would post it.

The trick is:
  1. Close Safari
  2. Open Terminal
  3. Type the following command in Terminal: defaults write com.apple.Safari IncludeDebugMenu 1
  4. Launch Safari.
You should now see a new menu called Develop on the Safari menu. This is a very cool feature for developers. Inspect element is a nice feature and it has a lot of nice script debugging features.

No comments:

Post a Comment