Safari “Debug” menu

Posted by Tom on February 7th, 2006

While trying to track down a Javascript bug in Safari, I was lamenting the lack of a Javascript console and DOM explorer. Then I found a tip on MacOSXHints.com, explaining how to enable the Debug menu. From the terminal command line, enter the following:

% defaults write com.apple.Safari IncludeDebugMenu 1

Comments are closed.