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

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

Leave a Comment