Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Hidden Debugging features in Safari
dan39
New
Pretty cool stuff... On your Mac, open up a Terminal window, and type in the following command:
defaults write com.apple.Safari IncludeDebugMenu 1...Then relaunch Safari and look for the Debug menu in the menu bar. It activates a whole bunch of useful tools.
0
This discussion has been closed.
Comments
and u will see this
This hidden Debug menu is pretty useful for your normal Safari install.
The Web Inspector and Drosera are really for helping to debug Webkit nightlies -- not necessarily your site. I only say that because sometimes you download a nightly with some pretty nasty regressions in it that will never see the light of day. So, I'm not sure it's a good idea to try to debug your site on a bad nightly just because it has Web Inspector and Drosera.
However, it's clear that the tools in the nightlies are more robust. Here's a clip from Apple about the Debug menu:
"This menu includes a number of rough debugging tools that we created mainly for browser testing, but you may find some of them handy for web development. The page load test in particular is interesting because it measures page load time in a more precise way than either onload timing or just using a stopwatch. If you change the “Suite†pop-up menu to “URLâ€, you can type the URL of your choice and get a fairly precise time for loading it. If you empty the cache first, you can get an uncached time."