I’m trying to fix some JavaScript bugs. Firebug makes debugging these issues a lot easier when working in Firefox, but what do you do when the code works fine on Firefox but IE is complaining?
I’m trying to fix some JavaScript bugs. Firebug makes debugging these issues a lot
Share
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