On Tuesday, April 8, 2014 8:32:04 AM UTC+2, Rukshan Chathuranga wrote: > > HI, > > is there any way to launch firefox with firebug from the command > line. > Do you mean open Firebug UI automatically after Firefox is launched?
If yes, set: extensions.firebug.allPagesActivation preference to "on" (without the quotes) Because i have to provide some parameters to the firebug extension. > If you want to pass arguments from the command line you can see this piece of code where Firebug's test console is processing "runFBTests" command line argument: https://github.com/firebug/firebug/blob/master/tests/FBTest/components/commandLine.js Checkout the handle method Honza > > Thanks and regards. > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/firebug. To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/71212575-f6e7-40ed-b368-c189c4fe1ef8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
