up vote 1 down vote favorite
share [g+] share [fb]

How to install firebug for ie6 which is installed in ubuntu platform using wine.

link|improve this question

70% accept rate
How does this classify as a programming question? – Technofreak Oct 19 '09 at 5:41
i think <script> tag not programming related according to ur dictionary – Arun Oct 19 '09 at 5:47
feedback

migrated from stackoverflow.com Oct 19 '09 at 16:43

This question came from our site for professional and enthusiast programmers.

2 Answers

If you mean Firebug Lite, than there is no need to install anything in IE, but you have to add a script tag to the site you want to debug or use a Javascript bookmarklet that does this dynamically.

If you want the real Firebug it can't be done since Firebug is an extension for Firefox only.

link|improve this answer
feedback

Internet explorer does not support Firebug. Firebug can only be used in Mozilla Firefox, not any other browser.

link|improve this answer
Not entirely true. Firebug Lite is available for many browsers that supports Javascript. – DV Oct 19 '09 at 5:56
2  
firebug lite is something entirely different from firebug, and isn't 'installed' onto a browser... – bdonlan Oct 19 '09 at 7:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.