Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebug for ie7

Is there is any firebug for ie7. In firefox firebug reduces lot of my work while checking code. In a same way ie supports firebug.

like image 654
Mohan Ram Avatar asked Dec 20 '10 09:12

Mohan Ram


People also ask

Can we use firebug in IE?

Firebug Lite is a third-party utility that provides many valuable development tools. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any Web page. You can access this utility by selecting Advanced > Firebug Lite or by pressing F12 while in TruClient's IE browser.

What is firebug used for?

Firebug allows users to run JavaScript code through the command line and allows the user to log errors that occur in the JavaScript, CSS, and XML. Firebug provides a separate text editor to modify the JavaScript and see immediate results on the user's browser.

Is Fire bug used to inspect page elements in IE?

Firebug is an add-on for firefox browser only, which is used to inspect the web element.

What does Firebug Lite do?

Firebug Lite provides the rich visual representation we are used to see in Firebug when it comes to HTML elements, DOM elements, and Box Model shading. It provides also some cool features like inspecting HTML elements with your mouse, and live editing CSS properties.


2 Answers

Firebug lite is Firebug for non Firefox browsers.

If you haven't already, you can also try IE developer toolbar.

like image 57
darioo Avatar answered Jan 07 '23 00:01

darioo


It's not Firebug (but then, neither is Firebug Lite, really), but there's the free version of Visual Studio.Net, Visual Studio Express, which provides a full script debugger and DOM inspection tool that connects to IE7. Set breakpoints, walk through code, etc.

like image 34
T.J. Crowder Avatar answered Jan 07 '23 00:01

T.J. Crowder