I've found a workaround pretty quickly. Using AutoHotkey I can force the window title to always be just "Firebug":
SetTimer FbVistaSwitcher, 50 FbVistaSwitcher: WinSetTitle Firebug,, Firebug return
and then in VistaSwitcher I can simply exclude "Firebug"
I'm not going to mark this as the answer for a few days, perhaps someone has a better solution.