Daniel Lemire's blog

, 3 min read

Does JavaScript scale?

5 thoughts on “Does JavaScript scale?”

  1. Yes. I find it so so. It is not a real command line for one thing.

  2. Lokey says:

    have you tried venkman for debugging javascript ? it is really quite good

  3. Keith says:

    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.

  4. 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.

  5. Jeff Papineau says:

    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-