July 30, 2005

Debug Menu In Safari

While working on a project, I needed to use a Javascript Console in my browser to see if my Javascript skills were in order. Because I primarily use Safari, I began looking around for the console. No luck! It was time for a Google search to find a solution.

Here’s What You Do

  1. Quit Safari
  2. Open Terminal
  3. Type defaults write com.apple.Safari IncludeDebugMenu 1
  4. Start Safari

That’s it! If you want to get rid of the debug menu, follow the above steps, but change the 1 to a 0.

Posted in: