Bug 1550804 - Add color scheme simulation to the inspector. r=pbro
[gecko.git] / remote / README
blobbb7c0f440c2e05ddb52924af8f0c685c322e4db0
1 The Firefox remote agent is a low-level debugging interface based
2 on the CDP protocol.
4 With it, you can inspect the state and control execution of documents
5 running in web content, instrument Gecko in interesting ways,
6 simulate user interaction for automation purposes, and debug
7 JavaScript execution.
9 This component provides an experimental and partial implementation
10 of a remote devtools interface using the CDP protocol and transport
11 layer.
13 See https://firefox-source-docs.mozilla.org/remote/ for documentation.
15 The remote agent is disabled by default, but can be enabled by
16 setting a preference before running it:
18         % ./mach run --setpref "remote.enabled=true" --remote-debugger