Web Developer & Photographer
Menu
menu

I always like to find out more and more about Mac OS X Tiger each day. Not only does it help other users when they have questions, but it is also helpful for me if I am experiencing a problem. The other day, I was using Safari and was curious to see if there was anything hidden to the naked eye. Well, sure enough, there was. The Debug menu. To enable it:

  1. Go into Terminal which is located in Applications >Utilities folder.
  2. Once you open up Terminal, type in:
    defaults write com.apple.Safari IncludeDebugMenu 1
  3. The next time you open up Safari, you will see the Debug menu right next to the Help menu.
  4. If you are a developer or a regular Mac user, looking to get more out of Safari, then I recommend checking out the Debug menu.
  5. I use the Debug menu to look at how other sites were created, to change user agents, and to edit advanced settings.
  6. To hide the Debug menu, follow step , just replace the 1 with a 0.

screenshots: 1 2 3 6