views:

198

answers:

2

Hey everyone,

I'm using Firebug 1.3.3 with Firefox 3.0.10, and I wanted to know if it was possible to enable the Console, Script, and Net consoles all the time.

It used to be such that it was always on. Now, if its disabled I have to manually turn on each tool and send requests again to see whats going on.

Is there any way to do this? Are there any other firebug tweaks anyone recommends?

Thanks,

Edit: Just to clarify, my question is how can I enable firebug to use all tabs, all the time, for all websites. I know it is slow, I would just like to know if its possible.

A: 

Good luck with web development in that case. Running Firebug like that will surely break HTTP headers, and make you wish for a fast painless death. :)

After Firebug caused me so much pain, especially with the Net monitor, I don't ever use it anymore.

Else it is a very good tool for the right time and place, but not all the time.

leppie
+1  A: 

If you do want to enable parts of Firebug globally, you can do this:

Click on the tab you want to enable, the main firebug window will give you the option to enable bit for just this site, and a 'down arrow' icon will appear next to the tab.

The down arrow will give you a menu to set its enabled/disabled state.

By default it is disabled for console, net etc.

The options this menu gives you are to have the tab enabled/disabled just for this site, and enabled/disabled for ALL sites (except for those where you have already set a per-site option).

Select enable here, and this tab will be globally enabled. All future sites you visit will have this tab enabled without you having to go through these steps.

If you do this for each tab, it'll be enabled for all the tabs, all the time (again, apart from any sites you choose to have per-site settings for)

The trouble with having it turned on all the time, is that some sites will use javascript to continuously poll the server via AJAX. For each of these requests, Firebug dutifully stores the request and response in a list.

If you spend any time on a site like that (Gmail, for example), that list grows to such an extent that the whole of Firefox starts to become slow and unresponsive.

I think Gmail now issues a specific warning if Firebug is active, but other sites may not.

SpoonMeiser
This is exactly what I wish to speed up - I dont want to click the tab i want to enable and the little arrow for every site. See the edit for clarification,
barfoon
Do it ONCE for each tab, it will then be enabled for every site. You don't need to do it once per site, you just do it once.
SpoonMeiser
There, I've amended my answer to make it more explicit.
SpoonMeiser
I enabled it once and I am getting what I'd like - thanks. It was my previous understanding I had to do that for every site.
barfoon