Safari Debugging
14. How do I debug JavaScript in Safari?
Safari's "Debug" menu allows you to turn on the logging of JavaScript errors. To display the debug menu, open a Terminal window and type:defaults write com.apple.Safari IncludeDebugMenu 1
Now relaunch Safari and check the "Log JavaScript Exceptions" menu item in the Debug menu. In Safari 1.3 and above, select the "Show JavaScript Console" menu item and the JavaScript Console window will open to display JavaScript exceptions. For Safari versions before 1.3, JavaScript exceptions will appear in the Console application (/Applications/Utilities/Console).
Safari 1.3 and above supports explicit logging of arbitrary information - similar to Objective-C NSLog() - function by using window.console.log() in your JavaScript. All messages are routed to the JavaScript Console window and show up nicely in a dark green, to easily differentiate themselves from JavaScript exceptions.
Name and Email required. Url not required. Email will not be displayed publicly.
Almost all entries are set to moderated, so your comment might not display immediately.