Firebug 1.11 Released
Written by Ian Elliot   
Tuesday, 11 December 2012

Firebug, the well loved Firefox debugger, has something of a struggle on its hands, assuming it has hands, because of the way its host browser is attempting to make it obsolete. Can the new version keep it glowing for a while longer?

Firebug 1.11 will run on Firefox 17 to 20 and it brings some interesting new features. These are mostly small, but they might be enough for you to continue using Firebug over the built-in debug features of Firefox. For example, the Net analysis will now show if the server is using SPDY or not and you can get additional graphical data on the performance of the page load.

 

firebug111

If you like working with "live" HTML, then the CSS query selector will be fun to use. You can now pick a selector in the CSS and get all of the elements in the page that match it.  You can also now copy and paste entire chunks of HTML into the live page - including SVG and XML. The chunk can be injected at the current node, as first or last child etc.

firebug11paste

One slightly scary new command is include(). This allows you to load a complete JavaScript file into the current page. While I can see that this might be useful, the example given is loading jQuery so that you can make use of it in debugging, it could become very complicated and potentially confusing. Use with care!

You can also now monitor and work with the HTML5 cross-windows messaging more easily as the messages are displayed complete with origin, data and target in the console.

There are some other minor improvements including log styling via CSS, logging of function calls and DOM selectors.

The real question is will the slightly flashy new developer tools in Firefox eventually see the demise of Firebug? It would be better if there weren't two teams trying to build the same features or is it that competition is what makes for greatness.

At the moment I still find that Firebug is an essential extra to my use of Firerfox, but this could be because I know it and its commands.

firebug111


To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

Banner


SnapCode: A Java IDE for the Web
27/02/2024

Thanks to CheerpJ and WebAssembly you can now run a Java IDE inside your browser and local first.This is SnapCode, and while lightweight and in-browser, is to be not underestimated.



Open Source Key To Expansion of IoT & Edge
13/03/2024

According to the 2023 Eclipse IoT & Edge Commercial Adoption Survey Report, last year saw a surge of IoT adoption among commercial organizations across a wide range of industries. Open source [ ... ]


More News

Last Updated ( Tuesday, 11 December 2012 )