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
- Quit Safari
- Open Terminal
- Type
defaults write com.apple.Safari IncludeDebugMenu 1 - 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.
