How can I watch (i.e. debug) xmlHttpRequest() actions in IE8 ? (using Firebug Lite)
I normally do my web dev using Firefox - I periodically test for cross browser compatability of my pages by using FF and IE. I have just found that one of my AJAX pages stopped working in IE - although it works fine in FF. With FF, I always use FireBug to debug my Ajax interactions. I am looking for a similar tool to use with IE - to see what it is causing it to fail, even though it is a straightforward AJAX process on the page. I downloaded Firebug Lite and that was very helpful, as it brought a familiar dev environment into IE. Unfortunately, I have not been able to debug my AJAX