At work, we have a phone system with a dialer component. The dialer component includes an agent script application, which is a fairly simple application that embeds MSHTML. When you login to the dialer, it loads a given URL in the embedded browser control. I don't have access to the source for the application.
I'm currently using firebug-lite for debugging, but it leaves a lot to be desired. Are there alternatives? Please note that I'm currently running IE9, and I've set the meta tag in the HTML to force the embedded browser to use IE8 standards mode (the application doesn't work at all when I use IE9 mode).
Are there alternatives to firebug-lite for these situations? Does anyone know a way to get the IE8/9+ developer tools working in embedded IE?