In order to make Firebug activated by default you need to set extensions.firebug.allPagesActivation pref to "on".
You can also enable panels by default: extensions.firebug.console.enableSites -> true extensions.firebug.script.enableSites -> true extensions.firebug.net.enableSites -> true extensions.firebug.cookies.enableSites -> true Even if Firebug is collecting all page meta data, the UI stays minimized. There is no option that would automatically open Firebug UI. Why do you need the UI to be opened? Honza On Oct 5, 8:36 pm, Polo Miranda <[email protected]> wrote: > Hello, > > Is there a way FB panel opens in Firefox (looking for a programmatically > way, not UI-user actions) ? For example: > > I'm launching FF from an app and right there, I'd like to tell (let's > assume FB is always installed in FF) the web page (URL) that's going to be > debugged and also give instructions that the FB panel appears as well > automatically, that is, without manual user activation. Today and during > the first FF-debug launch, I do need to click the FB icon so then the pane > appears in the browser. > > Any help is really appreciated. > > Thanks, Polo. -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
