Matt
Matt

Reputation: 3848

firebug come home?

For a couple of days I had noticed that the "script" tab of firebug had not been working. I ignored it because I wasn't working with javascript at the time.

Then the day came I was going to need that script panel, which still wasn't working, so I decided to reinstall firebug.

And now, when it's installed, it's just plain gone. No icon that I can see, neither on the bottom bar nor the top bar. No mention of it in the tool menu. The only evidence it's installed is an entry in the extensions list and a file in the extensions folder.

I've tried googling but have not fond anything that sounds like my issue.

I'm using firefox 6 on Windows XP.

Upvotes: 1

Views: 105

Answers (2)

Jared Farrish
Jared Farrish

Reputation: 49188

For some reason, Firebug changed it's toolbar button (and removed the old one) from the old bug to a blue default cursor over a width, short box. Right-click on a toolbar, select Customize, and look for the icon next to the bug at the large picture of Firebug at top of this page:

http://getfirebug.com/html

This is the button you're looking for (download the raw file to view):

http://code.google.com/p/fbug/source/browse/branches/firebug1.9/skin/classic/inspect.png

Upvotes: 2

Nathan Meyer
Nathan Meyer

Reputation: 141

You might try checking if it's profile-specific to start:

http://support.mozilla.com/en-US/kb/Managing-profiles

Try disabling any other extensions you have installed?

Upvotes: 0

Related Questions