Blogs

Oliver Kohl

Firebug - A Must Have for Web Developers
Oliver Kohl SAP Employee 
Business Card
Company: SAP
Posted on Feb. 18, 2007 09:45 AM in Beyond SAP, JavaScript, Web Dynpro, Application Server, Business Server Pages, Scripting Languages

Subscribe.Subscribe
Print. Print
Permalink Permalink
Share

At the time when one of the early release versions of Firebug came out I was looking for a nice JavaScript debugger. Firebug looked promising and already polished. Somewhere around early December a friend of mine pointed me to the first Firebug RC. I was hooked. They made a weapon and it's free. This is a MUST HAVE for every serious web developer!

HTML & CSS Tools
Firebug has an inspector for HTML and CSS that let you see, how an element of a web page is coded by just hovering it. Here it doesn't only show the the direct responsible CSS code but also all code inherited. They do this in a very dynamic and interactive way that you have to see.

JavaScript Tools
JavaScript support in Firebug is close to perfect. You get a full featured debugger including watch statements, normal and conditional breakpoints, single step debugging or break on the first error. Additionally it lets you profile your JS code and logging calls to any function in your code.

DOM Explorer
To help you navigate inside your code Firebug provides a good DOM explorer that let you change values even including autocompletion.

Network Monitoring
To give you a further look behind the curtain Firebug has a build in network monitor that let you see e.g. how long each file takes to load and which files are already cached. It also gives you monitoring of XMLHttpRequest calls and let you examine HTTP headers.

Firebug in other browsers
Next to version 1.0 they released a lite cousin of Firebug that can also be used in other browsers than Firefox eg in Internet Explorer. Here you can find download and installation instruction for Firebug Lite.

Once you get knee deep into Firebug be sure to check out Joe Hewitts expert level introduction: Joe Hewitt: "Welcome to Firebug 1.0"

Firebug and Web Developer Toolbar. I wish I had theese ten years ago.

Oliver Kohl   is a principal consultant and solution architect for SAP located in Berlin/Germany.


Comment on this article
Comment on this weblog
Showing messages 1 through 4 of 4.

Titles Only Main Topics Oldest First

  • Thanks
    2007-02-19 09:30:06 Nag M Business Card [Reply]

    Thanks for sharing. Just installed on firefox and found very useful.


    Was looking for a extn. like this for a long time..


    Thanks again..

  • Check also
    2007-02-18 23:02:47 Eddy De Clercq Business Card [Reply]

    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4528
    • Check also
      2007-02-18 23:13:25 Oliver Kohl SAP Employee Business Card [Reply]

      Hey Eddy,


      that's funny, I didn't knew that you already wrote about it. I did a SDN search before writing the blog and it showed zero hit (and it still does). Maybe there is a problem with the search engine.


      But thanks for pointing to your blog. Now we have (at least) two pointing to this great piece of software;)

  • Completely agree
    2007-02-18 21:14:03 Bharathwaj Ragothaman SAP Employee Business Card [Reply]

    I had found this when I was looking for some other add on .. and i was wonderfully surprised at its effectiveness.. The CSS/HTML it shows when we hover on the web page is really cool .


    Just to add on Mozilla's latest versions comes with a spell checker , which is also pretty neat.. !


Showing messages 1 through 4 of 4.