Wednesday, January 31, 2007 7:41 AM
Trivium DawnWalker
Debugging Javascript
Javascript is such a useful tool for any webdeveloper, yet when many developers run into problems with their functions they have no idea how to debug their scripts. Although there is a javascript debugger addon for MozIlla and Netscape available at www.mozilla.org/projects/venkman/
I have never used it. I have found that by far the easiest way to debug my javascript is by using alerts. It is obviously a little more time consuming but it works brilliantly!
Does anyone else have methods of debugging Javascript in webpages?