Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm a novice web developer, and I've had Firebug recommended for debugging several times. So far, however, I've just been using Chrome's built-in "Developer Tools". It seems to do everything that Firebug does, and is cleaner and more organized as a bonus.

As I get more advanced in my debugging, are there features that Firebug has that I'll miss out on with Chrome Developer Tools? If so, what are they?

Related: Firebug-like debugger for Google Chrome (kind of out-of-date)

share|improve this question
8  
Firebug bathes your room in warm light and talks to you in a soft, soothing voice to make you feel all warm and fuzzy inside. I bet Chrome's dev tools can't do that :-) – David Zaslavsky Jun 26 '10 at 18:14
7  
I'm also relatively new to web development, but gave up on Firebug and Firefox pretty quickly just because Chrome seemed so much better as both a browser and a developer tool set. More experienced developers may have different views. In any case, be sure to see this year's Google I/O 2010 talk on Chrome developer tools: youtube.com/watch?v=TH7sJbyXHuk – brainjam Jun 26 '10 at 18:21
Ironically, those programming in Google Closure will need Firefox to run Closure Inspector. – hyperslug Mar 2 '11 at 19:00

12 Answers

up vote 58 down vote accepted

I used Firebug from the start and it was a godsend like the invention of fire. But then Chrome came out with its debugger and I tried it. I kept using Firebug, but kept an eye on Chome's dev tools and finally could not longer come up with a reason not to switch after JSON tools were added in v12.

Chrome's DevTools kick butt because it has:

  • Built in Profiler and Heap analyzer
  • Built in Audit tool
  • Can access and edit LocalStorage, SessionStorage, Cookies, SqlLite DB's etc...
  • WebSockets network sniffing
  • SHIFT+ESC to get a detailed task manager of all Chrome processes and FPS of each page
  • JSON and XML viewers are build in so you don't need a plugin to inspect responses
  • JS Syntax highlighting is built right in, no need for a plugin
  • JS debugger has many more features (WebWorker/XHR/DOM/Event breakpoints)
  • JS debugger shows an element's listeners and js file/line they came from (awesome!)
  • Debugger does not crash and does not creep (like FBug)
  • Script panel does not go haywire (ever see code for 3 JS files overlaid by bug in FB)
  • Each window gets a Dev window if you like; Firebug is a singleton
  • FBug perturbs the page because it is a plugin, Chrome is native so this is negligible

These might seem less important than just CSS tools that both have, but if you are making serious, high performance HTML5 apps, Chrome's Dev tools are the best ticket in town.

For the most part I think people only cling to Firebug because they have used it for a long time and feel close to it. Try making the switch, you won't go back.

share|improve this answer
2  
+1 For the last part. I was once a Firebug fan until I made a switch. – Robin Carlo Catacutan Nov 8 '12 at 14:08

I haven't run into a Firebug feature I've missed yet after switching to Chrome.

share|improve this answer

The Webkit Developer Tools is based on Firebug, so all the main features and familiarity are there (such as the $0, and console object).

There are some small differences, such as DevTools does not have a CSS tab (although CSS stylesheets can be manipulated in the Elements tab).

The Webkit Tools also have the Timeline, Profiles, and Storage tabs. The Timeline tab logs loading, CSS rendering, and JS scripting. The Profile tab profiles resource usage, and the Storage tab shows and allows changes in the site's database, localStorage, sessionStorage, and cookies.

Finally, both tools have their own minor variances, which make various actions a tiny bit easier or harder. My advice is to use Firebug for Firefox, and DevTools for Webkit browsers, since only Firebug Lite works on Chrome, and it lacks many features the normal firebug has (and DevTools is built into Chrome).

share|improve this answer

I feel a lot more comfortable using Firebug. I can't think of specifics at the moment, but sometimes I'll try debugging something in Safari or Chrome and it seems like such a PITA that I launch Firefox and get whatever done quickly.

The DOM tab is a plus, for one. It's more accessible and well laid out than Chrome's equivalent. I prefer the way DOM and other JS objects are logged to the console in Firebug, too.

Firebug plug-ins like Pixel Perfect are very useful as well. I don't know whether any such tool exists for Chrome.

Overall, it doesn't matter because you have to test in both browsers, anyway. And IE, so might as well compare it to IE's Dev tools (which have improved, but still are not good compared to FF or Webkit's).

I don't think there's anything advanced in particular present in Firebug but not in Chrome that you'll be missing.

share|improve this answer

EDIT: This used to be true, but Chrome Dev Tools implemented it.

Firebug can search in all scripts loaded on a page. Chrome Dev Tools can only search in the currently selected script, AFAIK.

share|improve this answer
I use firebug for this feature alone, and the Cmd Shift C to select element anytime. – mbdev Jan 31 '12 at 18:44
2  
When I wrote the answer Chrome Dev Tools did not have this functionality. They have implemented it since then. See this answer to one of the questions I asked here: stackoverflow.com/a/7970237/1801 – Slavo Feb 1 '12 at 12:11
Slavo nailed it. you can search all scripts (and all other resources) at once in Chrome Dev Tools. Just open the Resources tab and use search box in the top right corner – Paul Apr 23 '12 at 8:00

The mouse selection firebug has is great, but I can't seem to find it in the Chrome Developer Tools.

It bothers me because I can't find a hot key for it in firebug, whereas chrome lacks it completely.

I am a noob developer, so the mouse is still used most of the time when developing.

share|improve this answer

Firebug has the possibility to have other plugin attach to it such as Firecookie. For the rest they are pretty similar, it's all about taste in my opinion.

share|improve this answer
The Chrome developer tools can also be extended using the chrome.devtools API. – Rob W Apr 6 at 10:44

I think the development tools are similar but I've had trouble forcing Chrome to not cache anything. Even setting the Chrome "Disable cache" setting didn't work 100% of the time; I'm not sure why.

I didn't have this issue with Firefox/Firebug, so I am still using it.

share|improve this answer

Adding my few cents...

  1. Chrome Inspector could not sort the CSS properties alphabetically where as Firebug could do this like a charm. It helps when you inspect some css element and need to grab it firebug comes handy on this.

    As per good CSS coding practice, its always better to have your CSS properties sorted alphabetically in your code.

  2. When you are working on a project involved with lot of scripts.In firebug under script tag you have an option of searching for a js file in the suggestion box provided. Where as with chrome you will have a lame tree view to locate your JS file which is tedious to see the namespacing of your js file and traverse the tree.

    This option might not affect anyone who involves with little JS files in their project. This feature is a bang on with firebug I use when my scripts are more than 1000 JS files.

share|improve this answer

As far as I can tell, Firebug is the only one that can edit HTML-code and text live as you type it. Very useful, if you're for example trying to see how text would fit in a container and add one character at a time.

In Chrome when you edit the HTML, you have to press TAB or ENTER to exit "edit mode", and see the changes on your page.

In Firebug you can also enter HTML-code right away. In Chrome, you have to right-click and choose "Edit HTML". Otherwise, it will show up like <b>bold</b>.

I really want to change to Chrome, since it seems to run faster, but the live editing is too important for me.

share|improve this answer
I think now you can do that too in Chrome. – Piyush Soni Sep 13 '12 at 3:25
I wish you were right, but it doesn't. I'm using the latest Chrome 21.0.1180.89. What version are you using? Beta/Canary? – Niclas Sep 14 '12 at 7:03

also add that it can xopy XPATH add CSS selector for a HTML element.

THAT is really handy sometimes! :))) hahaha

share|improve this answer

Almost made the switch today but I noticed I can't right click on modified CSS in Chrome and copy the Rule or Style declarations like I can in firebug. GOD I wish firefox didn't suddenly start sucking or I wouldn't have this problem.

share|improve this answer
Also just noticed that in Chrome you can't use your arrows keys and scroll through various options of an attribute. – Banning yesterday

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.