Javascript debugging
Hi all, I have recently started to tinker with Project Euler problems and I try to solve them in Javascript. Doing this I tend to produce many endless loops, and now I'm wondering if there is any better way to terminate the script than killing the tab in Firefox or Chrome? Also, is firebug still considered the "best" debugger (myself ...