

FREE INSTALL FIREBUG FOR FIREFOX 55 CODE
When this is enabled, whenever a bit of JavaScript modifies an HTML element, you’ll be taken to the Script panel and the modifying code while be highlighted. The HTML panel’s break button is a little different. Now whenever an error occurs on the page, you’ll be dropped into the script panel at the line where the error occurred. You’ll see that familiar glow to indicate that it’s waiting for an error. Now, to enable Break on Errors, select the Console panel and hit the pause button. The reasons for this possibly contentious change was it made for a more consistent use of menus and the break button. In the Console, we’ve replaced the mini-menu Break-on-Errors option with the pause button. In 1.5, we’ve extended this concept to the Console, HTML and Net panels to allow more exciting types of breaks. This was a “pause” button sitting between the inspect icon and the Console tab. In Firebug 1.4, we introduced the concept of “break-on-next” to the Script panel. For more details on the implementation and use of the newly-improved Net panel, see Honza’s blog post on the topic. This has finally been corrected with the landing of a new service called the http-activity-distributor.

Because Firebug is entirely written in JavaScript some network and UI activity could block Firebug during long operations and cause the timings displayed there to be less than accurate. One of the problems with Firebug’s Net panel in the past has been inaccurate timings. So let’s take a look at some of the new features.

This version is shaping up to be our best release yet and initial reports have been very positive regarding its stability, UI improvements and new features. It’s currently in beta and will be available before the release of Firefox 3.6.Īs of this minute, Firebug 1.5 is sitting comfortably in its third beta and available for download. Firebug 1.5 is the first release that will work with the upcoming Firefox 3.6 and also also works with Firefox 3.5. This is a re-post from Rob Cambell’s personal weblog.
