Add-ons Mirror: Firebug 1.5.3 [FX] - Add-ons Mirror

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Firebug 1.5.3 [FX] Web Development Evolved

#1 User is offline   Seamaiden Icon

  • AMI Founder
  • Icon
  • Group: Admin
  • Posts: 2,343
  • Joined: 22-February 06
  • Gender:Female
  • Location:Fresno, California
  • Interests:INTERESTS: Computer Security; Freeware; Testing extensions & themes; Sci-Fi; Oceans, Forests,, Saving the Planet; Writing.
    DREAM: To live in a place where the forest meets the sea.
  • Platform: Windows XP

Posted 04 December 2007 - 05:49 AM

Name: Firebug
GUID: firebug@software.joehewitt.com
Author: Joe Hewitt
Version: 1.5.4
Size: 1057KB
Date: 2010-05-06
Compatibility: <Toolkit> 1.9.1 - 1.9.2.* [fx09] 3.5 - 3.6.*
Platforms: [win] [lin]
:home24: Homepage | :star16: FAQ | Development Blog | :amo16: AMO

Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and Javascript live in any web page.

Posted Image

It's an absolute must-have if you're into writing up your own Javascripts and you've found yourself going nuts trying to figure out why they won't work. This extension will help you quickly and easily zero in on Javascript errors and will tell you exactly what went wrong (as opposed to the vague, snippy Javascript error messages issued by Internet Explorer, e.g., 'Object expected').

Posted Image

:flag-green: FEATURES
  • Just the way you like it
    Firebug is always just a keystroke away, but it never gets in your way. You can open Firebug in a separate window, or as a bar at the bottom of your browser. Firebug also gives you fine-grained control over which websites you want to enable it for.
    Learm more

    Posted Image


  • Inspect and edit HTML
    Firebug makes it simple to find HTML elements buried deep in the page. Once you've found what you're looking for, Firebug gives you a wealth of information, and lets you edit the HTML live.
    Learn more

    Posted Image


  • Tweak CSS to perfection
    Firebug's CSS tabs tell you everything you need to know about the styles in your web pages, and if you don't like what it's telling you, you can make changes and see them take effect instantly.
    Learn more

    Posted Image


  • Visualize CSS metrics
    When your CSS boxes aren't lining up correctly it can be difficult to understand why. Let Firebug be your eyes and it will measure and illustrate all the offsets, margins, borders, padding, and sizes for you.
    Learn more

    Posted Image


  • Monitor network activity
    Your pages are taking a long time to load, but why? Did you go crazy and write too much Javascript? Did you forget to compress your images? Are your ad partner's servers taking a siesta? Firebug breaks it all down for you file-by-file.
    Learn more

    Posted Image


  • Debug and profile Javascript
    Firebug includes a powerful Javascript debugger that lets you pause execution at any time and have look at the state of the world. If your code is a little sluggish, use the Javascript profiler to measure performance and find bottlenecks fast.
    Learn more

    Posted Image


  • Quickly find errors
    When things go wrong, Firebug lets you know immediately and gives you detailed and useful information about errors in Javascript, CSS, and XML.
    Learn more

    Posted Image


  • Explore the DOM
    The Document Object Model is a great big hierarchy of objects and functions just waiting to be tickled by Javascript. Firebug helps you find DOM objects quickly and then edit them on the fly.
    Learn more

    Posted Image


  • Execute Javascript on the fly
    The command line is one of the oldest tools in the programming toolbox. Firebug gives you a good ol' fashioned command line for Javascript complete with very modern amenities.
    Learn more

    Posted Image


  • Logging for Javascript
    Having a fancy Javascript debugger is great, but sometimes the fastest way to find bugs is just to dump as much information to the console as you can. Firebug gives you a set of powerful logging functions that help you get answers fast.
    Learn more

    Posted Image

:monitor16: USAGE NOTES
After installation, Firebug will appear as a green check mark in the bottom right corner of Firefox (assuming the page you're currently viewing contains no script errors).

Firebug will notify you when the current page contains Javascript errors by displaying a red circled 'X' in the bottom right corner of Firefox followed by the number of errors.
  • To view the error messages, click the number of errors notification to open the Firebug console. The error messages will be listed in the console along with which web document contains the errors, which lines of code in that document are producing the errors, and the respective line numbers.
:del: To disable Firebug, click on Tools -> Firebug -> (check) Disable Firebug

:accept: To re-enable Firebug, click on Tools -> Firebug -> (clear) Disable Firebug

:group2: CREDITS
Many thanks to Jamey Boje for designing the Firebug logo.

:bell: WHAT'S NEW
Release note information is available from http://blog.getfirebug.com/.
I understand that the text in this box cannot be selected or clicked on in some cases, but that is not under our control.

:warn16: BUGS & ISSUES
  • Some users reported bugs and crashes on Firefox 2.0.0.10. See the Discussions at AMO for details.
  • Do not install :ext16: Location Navigator if the Firebug extension is installed. The two will conflict.
  • There are some issues with Firebug on [lin] Linux. Read the FAQ for more information about this and other known issues.

:help16: HELP & SUPPORT
:globe16: ONLINE DOCUMENTATION
  • FAQ - Answers to frequently asked questions.
  • Keyboard & Mouse Shortcuts - Complete reference of the quickest ways to get things done in Firebug.
  • Command Line API - Learn about special functions you can use on the command line.
  • Console API - Learn about special functions you can call from web pages.
  • Firebug Lite - How to use Firebug in Internet Explorer, Safari, Opera, and other browsers.

:film: VIDEOS
:book: TUTORIALS
:user16: CONTRIBUTE
Firebug is free and open source. Please support the project by contributing.

:install: Install | :download: Download


:ext24: PREVIOUS VERSIONS

Quote

Version 1.4.5 for [fx09] Firefox 3.0 - 3.6.*
:install: Install | :download: Download

Version 1.3.1 for [fx09] Firefox 1.5 – 3.0.*
:install: Install | :download: Download


EXTRAS

Please visit this page for more information (installation, usage, command line) on these files.

:file-text: Firebug Lite

Quote

Firebug is an extension for Firefox, but what happens when you need to test your pages in Internet Explorer, Opera, and Safari? If you are using console.log() to write to Firebug's console, you'll wind up with Javascript errors in these other browsers, and that's no fun.

The solution is Firebug Lite, a Javascript file you can insert into your pages to simulate the Firebug console in browsers that are not named "Firefox".

:download: Download

Posted Image


:file-text: Firebugx.js

Quote

If you don't want to install Firebug Lite, but you just want to avoid those annoying Javascript errors, grab firebugx.js here and just copy and paste it into your web page code.

:download: Download (zip)

0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users