Debugging JS and Ajax on IE

I am currently working through a problem and at the point of pulling my hair out. I have an Ajax process that pops up a nice little div on success. In Firefox, predictably, I see the pop-up window and all is well. In IE, the ajax process runs and I do not get the pop-up window.

Maybe I am a little spoiled using Firebug because I can see the details of the request, the DOM and other important runtime bits. In IE I get nothing useful.

After writing the hundredth alert( ' yadda ' ); command, I thought I would ask the community for input. What do YOU use to debug javascript and ajax requests in IE?

P.S. Any one who write 'The Microsoft Script Debugger' will be taken out back and shot.

Comments
There is an IE Developer Toolbar - it's a bit between the Developer Toolbar extension for Firefox and Firebug. Not sure if it displays any useful JS information though.

Have you tried Fiddler:
http://www.fiddlertool.com/

Fiddler is a HTTP Debugging Proxy which logs all HTTP traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP Traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.
# Posted By Jim Priest | 5/11/07 12:22 PM
Did you know there's actually a much better JS debugger for IE than the freeware script debugger? Me neither, until recently. But if you have MS Office then you might want to give that a try: http://www.jonathanboutelle.com/mt/archives/2006/0...
# Posted By Erki Esken | 5/11/07 12:40 PM
Correction to my previous post:

Fiddler2 is available. Why they don't have a link from the old site I have no idea?

http://www.fiddler2.com/fiddler2/
# Posted By Jim Priest | 5/11/07 12:48 PM
BlogCFC was created by Raymond Camden. This blog is running version 5.9.001. Contact Blog Owner