So you wanna debug your Ajax apps in IE? This is how we do it!
Posted by Mike on July 5th, 2007You’ve probably asked yourself the same question like I did: where is that darn debugger?? Where did the stack trace go??
Well, in fact, there ARE a few tricks you can apply to IE to make it more developer friendly! First of all, the IE developer toolbar is a must-have tool. But that’s not a debugger like, for instance, venkman is.
Debugbar is a nice effort of creating an actual debugging-, css- and DOM-inspection capable plugin for IE. It even lets you inspect your XMLHTTPRequests and it’s free for personal use. That’s also the reason why we chose not to use Debugbar.
eBuddy Blog Feed