Camino's Hidden JavaScript Debugger

July 12th, 2007 . 0 comments

A stray console.log can make Camino go boom. You can see what JavaScript errors are being thrown by opening up Console.app and viewing the logs.

Continue reading article…

An In-depth Look At The Future of Javascript Debugging With Firebug

May 12th, 2006 . 25 comments

What if you could say goodbye to alert and not-so-useful logger scripts and have a real debugging API to debug Javascript. While it hasn’t made it to the public yet, the next version of Joe Hewitt’s Firebug will finally give us an easy to use, full-featured debugging environment for Javascript. Fortunately, I’ve had the pleasure of being able to test the new version of Firebug and this post will outline some of what you can expect.

Continue reading article…