developer-tools

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

Code searching / browsing / cross referenced web sites

I have stumbled across many websites that sites that let you search and browse code across many different open source projects. Some even have cross referenced capabilities and code syntax highlighting. But I have not found a goto one. I always stumble onto them from google because I'm usually looking for the source for a particular Ja...