If you’ve to debug some script in Safari, and you’d wish to write into the javascript console, the simple advice is to use the same code as in Firefox.
console.log(object);
That’s all.
Related posts:
- Profiling JavaScript with Firebug. console.profile() & console.time()!
- JavaScript closures in brief
- Firebug’s console.profile vs console.time



