Bug 1854550 - pt 2. Move PHC into memory/build r=glandium
[gecko.git] / remote / doc / marionette / Prefs.md
blob2f464054c3cb1271cfb95e87d71e1b636e579327
1 # Preferences
3 There are a couple of [Remote Agent preferences] associated with the Gecko remote
4 protocol. Those listed below are additional ones uniquely used for Marionette.
6 [Remote Agent preferences]: /remote/Prefs.md
8 ## `marionette.debugging.clicktostart`
10 Delay server startup until a modal dialogue has been clicked to
11 allow time for user to set breakpoints in the [Browser Toolbox].
13 [Browser Toolbox]: /devtools-user/browser_toolbox/index.rst
15 ## `marionette.port`
17 Defines the port on which the Marionette server will listen.  Defaults
18 to port 2828.
20 This can be set to 0 to have the system atomically allocate a free
21 port, which can be useful when running multiple Marionette servers
22 on the same system.  The effective port is written to the user
23 preference file when the server has started and is also logged to
24 stdout.