Goodbye Firebug, I knew you well

Some eight (!) years ago, I started to learn JavaScript from the viewpoint of a C# programmer. I wrote a series of blog posts here on the subject, and fairly early on I started using Firebug in Firefox for my experiments in coding and debugging this weird yet wonderful language. Yes, I could’ve moved on to Chrome and its developer tools, but I liked Firebug and I could get things done. The JavaScript on this blog site (and others I own) were completely debugged using Firebug. Firebug convinced me that global variables were a bad thing. And so on.

I noticed just last week that the Script tab in Firebug 2.0.18 no longer worked. Bizarrely it states “No Javascript on this page” on a page that definitely does.

It turns out that Firebug 2.0.18 is it. The home page baldly states that “the Firebug extension isn't being developed or maintained any longer.” So, tough news on the old debugging front: it ain’t going to be fixed. The page then encourages you to use the built-in DevTools instead.

So, yes, I’ll migrate to using those developer tools, but it is a sad day for me.

Album cover for ElectrifiedNow playing:
Boris Blank - Future Past
(from Electrified)


Boats for hire closed - banner

Loading similar posts...   Loading links to posts on similar topics...

1 Response

 avatar
#1 Garry said...
07-Dec-16 6:01 AM

Yes a sad day, all my JavaScript debugging over the past several years has been with Firebug. I guess I will have to get used to the built in tools now.

Leave a response

Note: some MarkDown is allowed, but HTML is not. Expand to show what's available.

  •  Emphasize with italics: surround word with underscores _emphasis_
  •  Emphasize strongly: surround word with double-asterisks **strong**
  •  Link: surround text with square brackets, url with parentheses [text](url)
  •  Inline code: surround text with backticks `IEnumerable`
  •  Unordered list: start each line with an asterisk, space * an item
  •  Ordered list: start each line with a digit, period, space 1. an item
  •  Insert code block: start each line with four spaces
  •  Insert blockquote: start each line with right-angle-bracket, space > Now is the time...
Preview of response