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


Hydraulic Atlas Bows Out, Welcome Electric Atlas
21/04/2024

Boston Dynamics dismayed us at the beginning of the week with a video that suggested was discontinuing Atlas, its humanoid robot. Fast forward a day and its successor was unveiled. Designed to be even [ ... ]



Liberica Alpaquita Containers Now Come With CRaC
23/04/2024

Bellsoft has added CRaC support to its ready-to-use Alpaquita container images. This will enable developers to seamlessly integrate CRaC into their projects for performant Java in the Cloud.


More News

Last Updated ( Tuesday, 11 December 2012 )