Create an Account
username: password:
 
  MemeStreams Logo

MemeStreams Discussion

search


This page contains all of the posts and discussion on MemeStreams referencing the following web page: FireBug :: Mozilla Add-ons :: Add Features to Mozilla Software. You can find discussions on MemeStreams as you surf the web, even if you aren't a MemeStreams member, using the Threads Bookmarklet.

FireBug :: Mozilla Add-ons :: Add Features to Mozilla Software
by Lost at 3:23 pm EDT, Sep 23, 2006

FireBug lets you explore the far corners of the DOM by keyboard or mouse. All of the tools you need to poke, prod, and monitor your JavaScript, CSS, HTML and Ajax are brought together into one seamless experience, including a debugger, an error console, command line, and a variety of fun inspectors.

Visit the FireBug website for documentation, screen shots, and discussion forums:

http://www.joehewitt.com/software/firebug/

A quick overview of FireBug's features:

* JavaScript debugger for stepping through code one line at a time
* Status bar icon shows you when there is an error in a web page
* A console that shows errors from JavaScript and CSS
* Log messages from JavaScript in your web page to the console (bye bye "alert debugging")
* An JavaScript command line (no more "javascript:" in the URL bar)
* Spy on XMLHttpRequest traffic
* Inspect HTML source, computed style, events, layout and the DOM

Works with:
Firefox 1.5 - 3.0 ALL

I was very frustrated doing AJAX/AHAH development until I found this tool. Firebug lets me inspect any part of the DOM I want, and it lets me look at the XMLHttpRequest and its response. This, along with Catalyst's DBIx::Class debug information from the console allows me to monitor my web application from the client presentation to network communications to server side processing to database queries and back. Pretty damned cool.


 
RE: FireBug :: Mozilla Add-ons :: Add Features to Mozilla Software
by eiron at 9:12 am EDT, Sep 24, 2006

Jello wrote:

FireBug lets you explore the far corners of the DOM by keyboard or mouse. All of the tools you need to poke, prod, and monitor your JavaScript, CSS, HTML and Ajax are brought together into one seamless experience, including a debugger, an error console, command line, and a variety of fun inspectors.

Visit the FireBug website for documentation, screen shots, and discussion forums:

http://www.joehewitt.com/software/firebug/

A quick overview of FireBug's features:

* JavaScript debugger for stepping through code one line at a time
* Status bar icon shows you when there is an error in a web page
* A console that shows errors from JavaScript and CSS
* Log messages from JavaScript in your web page to the console (bye bye "alert debugging")
* An JavaScript command line (no more "javascript:" in the URL bar)
* Spy on XMLHttpRequest traffic
* Inspect HTML source, computed style, events, layout and the DOM

Works with:
Firefox 1.5 - 3.0 ALL

I was very frustrated doing AJAX/AHAH development until I found this tool.

No doubt.

Firebug lets me inspect any part of the DOM I want, and it lets me look at the XMLHttpRequest and its response.

Its true, this plugin lets you dig down into the DOM in a way that other plugins like Web Developer or Venkman won't allow. I particularly like the way you can enter the DOM either by pointing directly at the element on the page or start from the root node in the DOM browser and work your way down. From there you really do have the entire DOM to work with, not simply a tree of HTML elements and attributes.

Pretty damned cool.

I must agree. This is worth checking out if you're doing JavaScript development, especially if you've been feeling somewhat limited by the capabilities of other plugins.


 
 
Powered By Industrial Memetics