Page 1 of 1

debuging js

Posted: Mon Nov 11, 2002 8:01 pm
by phpScott
I was wondering what tools people use to debug javascript code.
The best I can come up with so far is using netscape and its javascript console window to find the line number.

Any other thoughts, techniques, ideas, tools.

phpScott

Posted: Mon Nov 11, 2002 8:05 pm
by volka
since I'm used to Visual Studio: MS InterDev and the unholy alert()-debugger ;)

Posted: Tue Nov 12, 2002 2:22 am
by Heavy
Since I installed MS Interdev on my Windows box, any JS error popup causes IE and Interdev to crash regardless of wich button of "Yes" and "No" i click...
...Which means that I never get to that point where I can see what the error is...
...forcing me to debug using something else. Right now its Netscape 7, which I think of as a pretty good email client aswell.