Bug 1700051: part 37) Reduce accessibility of `SoftText::mEnd` to `private`. r=smaug
[gecko.git] / remote / README
blob8a510a45c5ed16b953c973523c736a4583719ab6
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 It is available in Firefox Nightly and is started this way:
17         % ./mach run --remote-debugging-port