Politics, Programming and Possibilities
11 May
Just found this article while browsing popurls: Chris Kilmas writes about Simple JavaScript Debugging on webmonkey.
I like the timed log() and the inspect() functions he provides–something that every web developer has either invented or wished they’d had! (I’m a part of the latter group, so thanks, Chris.)
One Response for "Nice Little Javascript Debugger Tools"
Have you seen the Firebug extension for Firefox yet? The upcoming version, 0.4, has a javascript debugger built in, as well as some other useful logging capabilities (including a timer). Check out a review here: http://encytemedia.com/blog/articles/2006/05/12/an-in-depth-look-at-the-future-of-javascript-debugging-with-firebug
Leave a reply