Yes. I find it so so. It is not a real command line for one thing.
Lokeysays:
have you tried venkman for debugging javascript ? it is really quite good
Keithsays:
The netscape/mozilla javascript debugger also works quite nicely. If you have not tried it just type “:javascript” in a gecko based browser like firefox.
I think venkman is the netscape/mozilla javascript debugger. It is nice to see the errors listed properly, but it is rather primitive because I cannot easily manipulate the data and the code. I cannot easily see what is in the objects and so on.
Jeff Papineausays:
Look at this IE Javascript debugger! It’s great!
And it comes free with MS Office… or Frontpage.
Yes. I find it so so. It is not a real command line for one thing.
have you tried venkman for debugging javascript ? it is really quite good
The netscape/mozilla javascript debugger also works quite nicely. If you have not tried it just type “:javascript” in a gecko based browser like firefox.
I think venkman is the netscape/mozilla javascript debugger. It is nice to see the errors listed properly, but it is rather primitive because I cannot easily manipulate the data and the code. I cannot easily see what is in the objects and so on.
Look at this IE Javascript debugger! It’s great!
And it comes free with MS Office… or Frontpage.
http://www.mandala.com/javascript/debug_javascript.html
Jeff-