Nerds Anonymous

Oct 31, 2006 01:39

Hi, I'm Noah and I am a huge nerd ( Read more... )

computers

Leave a comment

Comments 4

webwormx October 31 2006, 16:39:56 UTC
The real question is how much of that storage do you se.

And ditto on the JavaScript comment. Check out http://www.mozilla.org/projects/venkman/ if you havn't already. It lets you place breakpoints anywhere and see the structure/values of every object and variable in your script.

Reply

coderanger October 31 2006, 16:51:07 UTC
Firebug is a lot easier to work with. :)

Reply

webwormx October 31 2006, 17:20:30 UTC
Hmm. Firebug looks pretty cool.

Doesn't seem to have as many javascript debugging features as venkman (No profiling tools or conditional breakpoints), but I do like the AJAX spy tool and the built in DOM editor.

Reply

coderanger October 31 2006, 19:01:49 UTC
Yeah, but if all you need is a simple stack trace (which is often the case), its much easier to work with. Web Developer Toolbar an Firebug have been my best friends for the last few days.

Reply


Leave a comment

Up