Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alert Box in IE Tester

IE Tester has no console, and alert boxes seem to be ignored in this software. Is this expected behavior? If so, how does one go about debugging javascript using this tool?

I have debug bar installed, but it doesn't seem to do anything useful besides allowing me to look that the DOM.

I need to be able to check the state of various objects during script execution, but I don't know how to do this without a console or alert boxes. Any help is greatly appreciated.

like image 396
Mark Brown Avatar asked May 13 '11 01:05

Mark Brown


1 Answers

Install FireBug Lite as a bookmarklet in your browsers: http://getfirebug.com/firebuglite

IE6+ support as well.

like image 158
Matty F Avatar answered Oct 17 '22 04:10

Matty F