I am having hard time with a website design in IE. its actually working fine in mozilla, chrome, opera and safari but very messy in IE. so my question "Is there any plugin like firebug for IE"?.
Asked
Active
Viewed 100 times
0
-
2possible duplicate http://stackoverflow.com/q/8351/778687 – tusar Apr 12 '12 at 05:38
5 Answers
6
For IE9+, just hit F12 for developer tools.
For older IE (8 and below), you got Debug Bar or Microsoft Script Editor which ships with Office 2003 (weird isn't it? why debugging tools ship with office tools. MS is really weird)

Joseph
- 117,725
- 30
- 181
- 234
-
2Script debuggers come in handy when you're doing Office automation, FWIW. – Chris Farmer Apr 12 '12 at 05:33
-
-
i asked an other question .. please can you check this .. http://stackoverflow.com/questions/10118155/ie-issuses-causing – Muzammil Apr 12 '12 at 06:01
-
4
Yes, to an extent. Take a look here for more info - http://getfirebug.com/firebuglite
Good luck and have fun with IE!

tcole
- 947
- 6
- 14
0
not that I'm aware of, but you can turn on script debugging if that helps. this link is old but may still be useful: http://blogs.msdn.com/b/ie/archive/2004/10/26/247912.aspx

jcomeau_ictx
- 37,688
- 6
- 92
- 107
0
You can use the Internet Explorer Developer Toolbar: http://www.microsoft.com/download/en/details.aspx?id=18359

Simeon Visser
- 118,920
- 18
- 185
- 180