Firebug 2.0 Released |
Written by Alex Armstrong | |||
Thursday, 12 June 2014 | |||
The new version of the open source web development tool, Firebug 2.0, has has a major facelift and is powered by a new debugging engine. The Firefox add-in Firebug allows users to inspect HTML and modify style and layout in real-time, provides a JavaScript debugger and facilities to analyze network usage and performance.
Announcing the release of the new version, Firebug's lead developer, Jan “Honza” Odvarko, wrote: Firebug 2 introduces many new features and bug fixes also because we completely removed dependency on the ancient Firefox debugging engine (a.k.a. JSD1) and incorporated a new debugging engine known as JSD2. Its release coincides with Firefox 30, which is a minor mainly bug fixing release, but it anticipates a major change in Firefox 31 which sees the removal of JSD1 from Firefox. Apart from a revamped user interface that is described as "clean and more intuitive, one of the most visible new features in Firebug 2.0 is that the Script panel supports JavaScript syntax highlighting:
Syntax colouring is included for HTML and CSS. Another useful feature if you deal with minified JavaScript code is that the Script panel now supports pretty-printing to display long lines of code in a readable fashion. Other improvements are that:
This video provides a walkthrough of many of the new features:
Once you install Firebug, it takes over the default Firefox Developer Tools shortcut (F12).
More InformationRelated ArticlesTo 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.
Comments
or email your comment to: comments@i-programmer.info |
|||
Last Updated ( Thursday, 12 June 2014 ) |