Tagged Questions
Firebug allows the debugging, editing, and monitoring of any website's CSS, HTML, DOM, and JavaScript, and provides other Web development tools. It also has a JavaScript console for logging errors and watching values, as well as a "Net" feature which monitors the amount of time in milliseconds it takes to execute scripts and load images on the page. Firebug is free and open source, licensed under the BSD license.
154
votes
15answers
144k views
Firebug-like debugger for Google Chrome
Is there anything like Firebug that you can use within Google Chrome?
Essential features I would like:
Inspect HTML source (select elements, delete them, etc.)
check CSS values (the built-in ...
77
votes
26answers
26k views
Why can't I save CSS changes in FireBug?
FireBug is the most convenient tool I've found for editing CSS - so why isn't there a simple "Save" option?
I am always finding myself making tweaks in FireBug, then going back to my original .css ...
55
votes
6answers
5k views
Javascript that detects Firebug?
What's a surefire way of detecting whether a user has Firebug enabled?
36
votes
20answers
3k views
What is your favorite Firebug tip or trick?
I think every web developer loves Firefox's Firebug extension for solving CSS, Javascript or HTTP problems.
I use it very often, but I'm sure that I'm not aware of some hidden gems. What is your ...
31
votes
6answers
2k views
Tools to selectively copy html+css+js from existing sites
Like most web developers, I occasionally like to look at the source of websites to see how their markup is built. Tools like Firebug and Chrome Developer Tools make it easy to inspect the code, but if ...
28
votes
11answers
5k views
Is it a bad idea to leave firebug “console.log” calls in your producton JavaScript code?
I have a bunch of console.log calls in my JavaScript.
Should I comment them out before I deploy to production?
I'd like to just leave them there so I don't have to go to the trouble of removing the ...
27
votes
1answer
1k views
registration-url parameter fails for fb:login-button if oauth 2.0 is enabled
I'm trying to get the registration flow for Facebook login working. Here's a bare-bones example:
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml">
...
24
votes
6answers
1k views
Is there a plugin that allows me to automatically unminify the Javascript included on a site?
Is there a plugin, add-on, Greasemonkey script or something similar (at worst, an easy to use proxy?) that automatically unminifies the Javascript files included on a site?
I know about e.g. ...
24
votes
7answers
1k views
Suggestions for debugging print stylesheets?
I've recently been working on a print stylesheet for a website, and I realized that I was at a loss for effective ways to tweak it. It's one thing to have a reload cycle for working on the on-screen ...
24
votes
10answers
3k views
Firebug for IE
Trying to fix JavaScript bugs is huge pain as is determining the styles applied to an element. Firebug makes these issues a lot easier when working on Firefox, but what do you do when the code works ...
23
votes
9answers
9k views
Javascript + Firebug : “cannot access optimized closure” What does it mean?
I just got the following error in a piece of javascript (in Firefox 3.5, with Firebug running)
cannot access optimized closure
I know, superficially, what caused the error. I had a line
...
22
votes
8answers
11k views
'console' is undefined error for internet explorer
I'm using firebug and have some statements like:
console.log("...");
in my page. In IE8 (probably earlier versions too) I get script errors saying 'console' is undefined. I tried putting this at ...
22
votes
8answers
7k views
How to debug CSS/Javascript hover issues
I often find myself wanting to debug CSS layout issues that involve DOM changes caused by Javascript in reaction to a hover event or different CSS rules applying due to the :hover selector.
Normally, ...
21
votes
3answers
5k views
Understanding Firebug profiler output
I've been trying to use Firebug's profiler to better understand the source of some JavaScript performance issues we are seeing, but I'm a little confused by the output.
When I profile some code the ...
20
votes
7answers
5k views
How to see the print media CSS in Firebug?
Firebug is an excellent tool to to show a screen media CSS for some HTML element, but is there a way to look at the print media CSS too? Or is there any other tool to see the print media CSS?
19
votes
11answers
6k views
Best Way to View Generated Source of Webpage?
I'm looking for a tool that will give me the proper generated source including DOM changes made by AJAX requests for input into W3's validator. I've tried the following methods:
Web Developer ...
17
votes
2answers
1k views
How to search all loaded scripts in Chrome Developer Tools?
In Firebug, you can search some text and it will look for it in all scripts loaded on a page. Can the same be done in Chrome Developer tools while debugging client script? I tried it, but it seems to ...
17
votes
2answers
3k views
Programmatically stop Javascript execution in FireFox/FireBug
I am currently debugging complex Javascript/AJAX code written with mootools with FireBug. I am looking for a way to stop the JS execution as if it was a breakpoint programmatically.
Ex:
instructions ...
16
votes
3answers
6k views
Firefox addon to view/edit/create localStorage data?
Is there an addon that allows you to view, edit, localStorage information?
If there is and it works as an extension of Firebug I will be extremely happy.
Something like Google Chrome's
similar to ...
15
votes
4answers
4k views
How to edit javascript in firebug in Mozilla?
I am only able to view the javascript file of website. How do i edit it? I tried everything like double clicking the line that i want to edit etc. But still it doesn't let me edit it. I am on Script ...
15
votes
8answers
5k views
Debugging Ajax code with Firebug
I've a couple of problems debugging code returned in an Ajax call - specifically, a function returned in json (errors don't get trapped in Firefox) - up to the point where I started debugging these ...
13
votes
2answers
235 views
Find out whether Chrome console is open
I am using this little script to find out whether Firebug is open:
if (window.console && window.console.firebug) {
//is open
};
And it works well. Now I was searching for half an hour ...
13
votes
2answers
570 views
Debugging Javascript on iPad
I was wondering if there are any useful tools people have found to debug javascript on an iPad which is not jail broken. It is an iPad supplied for work so jail breaking is not an option. Through ...
13
votes
8answers
902 views
What is the console.log used for in jQuery?
What is the use of console.log in jQuery?
Can any one explain with example?
13
votes
5answers
932 views
Why does firebug add <tbody> to <table>?
I viewed the html source code, there is no <tbody>, but when viewed via firebug in the HTML tab, <tbody> appears. Any idea why?
12
votes
5answers
917 views
Are there tools / techniques to debug jQuery event handlers?
I am currently trying to figure out what click event handlers have attached to my div. There should only be one handler attached, but there appears to be at least one. I'm using FireBug but Chrome ...
12
votes
2answers
848 views
firebug: is it possible to save output to file?
I have a test engineer to reproduce bugs for me, the bug is random so I want him to save the log to the file when it occurs, is it possible?
12
votes
5answers
2k views
jQuery works in Firefox when Firebug is running, does not work when Firebug is NOT running
I have the following Javascript libraries loaded for my page.
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script ...
12
votes
6answers
6k views
How can I set breakpoints in an external JS script in Firebug
I can easily set breakpoints in embedded JS functions, but I don't see any way of accessing external JS scripts via Firebug unless I happen to enter them during a debug session. Is there a way to do ...
11
votes
5answers
849 views
Profiling JavaScript without crashing your browser
So tried my hand at profiling some code and I figured the easiest way to do it (at least on Firefox) was to use either console's time/timeEnd or profile/profileEnd, and I tried both.
The problem I ...
11
votes
3answers
154 views
What is the behavior of typing {a:1} giving 1, and {a:1, b:2} giving an error in a Javascript console?
The following will show in Firebug or in jsconsole.com or in other Javascript interactive console:
>>> foo = { a : 1, b : 2.2 }
Object { a=1, more...}
>>> foo.a
1
>>> ...
11
votes
8answers
3k views
What features does Firebug have that Chrome's Developer Tools does not have?
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 ...
11
votes
3answers
5k views
11
votes
5answers
4k views
How to quickly and conveniently disable all console.log statements in my code?
Is there any way to turn off all console.log statements in my JavaScript code, for testing purposes?
Thanks!
11
votes
2answers
3k views
Increase the font size in Firebug?
Is there a way to increase the font-size in the Firefox extension Firebug?
10
votes
6answers
382 views
JavaScript `new Array(n)` and `Array.prototype.map` weirdness
I've observed this in Firefox-3.5.7/Firebug-1.5.3 and Firefox-3.6.16/Firebug-1.6.2
When I fire up Firebug:
>>> x = new Array(3)
[undefined, undefined, undefined]
>>> y ...
10
votes
2answers
746 views
How do I inspect CSS pseudo classes with firebug?
I am struggling with a reluctant a:hover css style which I cannot override.
I tried to inspect the element in firebug, but I cannot see why it won't work. I don't even see how to properly inspect a ...
10
votes
2answers
2k views
firebug: how to cd to an iframe
I have a facebook canvas application that runs in an iframe. I would like to debug my page in firebug but can not get the javascript to scope to the iframe that is running my app.
the iframe:
...
10
votes
1answer
327 views
What makes Firebug/Chrome console treat a custom object as an array?
When I am developing in jQuery, I frequently find myself typing selectors into the Chrome/Firebug console and seeing what they give me. They are always nicely formatted as if they were arrays:
I ...
10
votes
4answers
5k views
Internet Explorer Console
Is there a console logger for IE? I'm trying to log a bunch of tests/assertions to the console but I can't do this in IE.
10
votes
4answers
4k views
How do I dump JavaScript vars in IE8?
I have an object I need to examine in IE8.
I tried the developer tools and console.log, their Firebug equivalent.
However, when I output the object to the log:
console.log("Element: ", element);
...
10
votes
16answers
2k views
Is there any other tool better than Firebug on any other browsers?
Is there any other tool better than Firebug on any other browsers? free or commercial?
or any other similar tool which has any single or multiple function which can be useful along with firebug
10
votes
2answers
6k views
What exactly is the 'Waiting for response' msg on Firebug's Net tab?
As sou can see from the screenshot most of the time spent is waiting for a server response (thats the purple coloured area).
What exactly is that server response time? Is the server too slow? Is my ...
10
votes
6answers
2k views
What does RED text mean in the Firebug net tab?
I can't seem to find any help on this but under the Net tab in Firebug, one of my sites is showing red highlighted items. Unfortunately the site is protected right now so I can't post the link.
...
10
votes
9answers
2k views
Javascript best practice: handling Firebug-specific code
Firebug is certainly a wonderful tool for javascript debugging; I use console.log() extensively.
I wanted to know if I can leave the Firebug-specific code in production.
What's the best practice? ...
10
votes
6answers
4k views
Firebug - Breakpoint doesn't hit
I am setting breakpoints in an external JS file and I haven't been able to get Firebug hit the breakpoint in a consistent way. It works sometimes but most of the times it doesn't. The only way I can ...
10
votes
8answers
2k views
Debugging javascript in IE?
Is there a better way to debug JavaScript than MS Script Editor? Like FireBug, but not like FireBug Lite.
Thanks,
9
votes
3answers
1k views
Finding memory leaks in JavaScript using firebug?
Are there any add-ons for Firefox that I can use to find out with part of the JavaScript causes memory leaks?
9
votes
4answers
178 views
In Firebug, $ == jQuery returns false, only sometimes
Okay, I have this weird problem in Firefox. I type in Firebug's console
$ == jQuery
Sometime it displays true, and sometimes false. The file is just an empty HTML document with one script tag ...
9
votes
4answers
554 views
How do I “step over” jQuery code while debugging?
While stepping through a script that uses jQuery, I just want to test the code I wrote. I don't want to step into the jQuery file -- I'm not debugging jQuery, just my own file.
Are there any ways to ...