debuging js

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
phpScott
DevNet Resident
Posts: 1206
Joined: Wed Oct 09, 2002 6:51 pm
Location: Keele, U.K.

debuging js

Post 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
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

since I'm used to Visual Studio: MS InterDev and the unholy alert()-debugger ;)
User avatar
Heavy
Forum Contributor
Posts: 478
Joined: Sun Sep 22, 2002 7:36 am
Location: Viksjöfors, Hälsingland, Sweden
Contact:

Post 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.
Post Reply