author | yulia <ystartsev@mozilla.com> |
Thu, 03 May 2018 12:56:01 +0200 | |
changeset 416902 | 31d43eae6c14b8ef4d10ad833f797a4d450bf795 |
parent 416901 | 2fc5c1baf4d339f6b48d2a948eb0fe61a827f3fc |
child 416903 | 398457c4117666221e7f955a8747a7cb4eb3e757 |
push id | 33943 |
push user | csabou@mozilla.com |
push date | Fri, 04 May 2018 17:19:55 +0000 |
treeherder | mozilla-central@ef1db4e8bf06 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | nchevobbe |
bugs | 1382580 |
milestone | 61.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
devtools/docs/getting-started/development-profiles.md | file | annotate | diff | comparison | revisions |
--- a/devtools/docs/getting-started/development-profiles.md +++ b/devtools/docs/getting-started/development-profiles.md @@ -25,27 +25,27 @@ Next time you start Firefox with `./mach ## Enable additional logging You can change the value of these preferences by going to `about:config`: | Preference name | Value | Comments | | --------------- | --------------- | -------- | | `browser.dom.window.dump.enabled` | `true` | Adds global `dump` function to log strings to `stdout` | | `devtools.debugger.log` (*) | `true` | Dump packets sent over remote debugging protocol to `stdout`.<br /><br />The [remote protocol inspector add-on](https://github.com/firebug/rdp-inspector/wiki) might be useful too. | -| `devtools.dump.emit` (*) | `true` | Log event notifications from the EventEmitter class<br />(found at `devtools/shared/old-event-emitter.js`). | +| `devtools.dump.emit` (*) | `true` | Log event notifications from the EventEmitter class<br />(found at `devtools/shared/event-emitter.js`). | Preferences marked with a (`*`) also require `browser.dom.window.dump.enabled` in order to work. You might not want to enable *all* of those all the time, as they can cause the output to be way too verbose, but they might be useful if you're working on a server actor, for example<!--TODO link to actors doc-->. Restart the browser to apply configuration changes. ## Enable remote debugging and the Browser Toolbox These settings allow you to use the [browser toolbox](https://developer.mozilla.org/docs/Tools/Browser_Toolbox) to inspect the DevTools themselves, set breakpoints inside of DevTools code, and run the [Scratchpad](https://developer.mozilla.org/en-US/docs/Tools/Scratchpad) in the *Browser* environment. -Open DevTools, and click the "Toolbox Options" gear icon in the top right (the image underneath is outdated). <!--TODO update image--> +Open DevTools, and click the "Toolbox Options" gear icon in the top right (the image underneath is outdated). <!--TODO update image--> Make sure the following two options are checked: - Enable browser chrome and add-on debugging toolboxes - Enable remote debugging 