Changes between Version 5 and Version 6 of WebDevelopers
- Timestamp:
- Jun 14, 2008, 4:17:14 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebDevelopers
v5 v6 9 9 = Debug menu = 10 10 Safari includes a debug menu that contains some tools that may be useful to web developers. To enable the debug menu, enter the following command in Terminal and restart Safari: 11 11 12 {{{ 12 13 defaults write com.apple.Safari IncludeInternalDebugMenu 1 13 14 }}} 14 15 Once the debug menu is enabled, you'll have access to the JavaScript console that allows you to see JavaScript errors if you don't need the full functionality of the [wiki:"Drosera" Drosera debugger]. You can also simulate a variety of user agent strings to help with user agent detection debugging.16 15 17 16 The Page Load Test might also useful for those interested in performance. The [http://webkit.org/blog/?p=75 Surfin' Safari blog] has more information about using the PLT as does this page on [http://webkit.org/projects/performance/index.html general WebKit performance].