Crossfire Command-line Options
From FirebugWiki
Contents |
[edit] Command-line options
Crossfire supports several command-line options which allow Firebug/Crossfire to connect immediately after launching Firefox (i.e. without requiring any extra interaction with the UI).
[edit] -crossfire-host and -crossfire-port
Specify a host/port combination to connect to via Crossfire protocol (as a client).
Example:
$ firefox -P crossfire -no-remote -crossfire-host localhost -crossfire-port 5000
[edit] -load-fb-modules
Initialize Firebug modules before UI initialization occurs.
[edit] -no-fb-modules
Set a flag which tells Firebug not to initialize modules even after UI loads.
[edit] -crossfire-server-port
Tell crossfire to immediately start up in server mode on localhost listening on the specified port.