-
2
- #1
BillyRayPreachersSon
Programmer
While trying to track down a Firefox issue, I found this really handy page:
It shows you how to enable a hidden "Debug" menu in Safari 1.3+, which has numerous handy features for developers, including a JavaScript console, ability to test pages in othehr browsers you may have installed, and other very handy features I wish Firefox or IE had!
To enable it, quit Safari, open a terminal, and type:
You can use "0" at the end to turn it off again.
Dan
[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
It shows you how to enable a hidden "Debug" menu in Safari 1.3+, which has numerous handy features for developers, including a JavaScript console, ability to test pages in othehr browsers you may have installed, and other very handy features I wish Firefox or IE had!
To enable it, quit Safari, open a terminal, and type:
Code:
defaults write com.apple.Safari IncludeDebugMenu 1
You can use "0" at the end to turn it off again.
Dan
[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]