JavaScript Debugger

editor, ide

Solution

Here is an article, Advanced JavaScript Debugging Techniques, that describes the use of several tools. One new tool I learned about that I hadn't heard of before is JSLint. Sometimes JSLint just immediately shows you your dodgy code that is causing the issue.

Problem

Does anyone know of a really good editor to debug JavaScript (other then Visual Studio 2008 and FireBug)? ­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­

Original source