Is there something like "Firebug for IE" (for debugging JavaScript)?

Solution 1:

you can also check out the IE Developer Toolbar which isn't a debugger but will help you analyze the contents of your code.

Visual Studio will help with the debugging

Fiddler should help analyse the traffic travelling to and from your browser

Solution 2:

You can try Firebug Lite or use Visual Studio to debug the JavaScript.