How can I test potentially browser crashing javascript without having to restart my browser?

Posted by yaya3 on Stack Overflow See other posts from Stack Overflow or by yaya3
Published on 2010-06-10T22:59:33Z Indexed on 2010/06/10 23:02 UTC
Read the original article Hit count: 258

I've been having a crack at some of the problems over at http://projecteuler.net/ with JavaScript. I've been using a simple html page and running my code in script tags so I can log my results in the browsers' console. When experimenting with loops I sometimes cause the browser to crash.

Is there a better environment for me to do this kind of development in, or anything I can do to allow me to carry on testing in the browser?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about browser