mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-13 06:38:48 +02:00
14 lines
345 B
Markdown
14 lines
345 B
Markdown
Debugging
|
|
=========
|
|
|
|
Increasing the logging verbosity
|
|
--------------------------------
|
|
|
|
To increase the internal logging verbosity you can use the
|
|
`remote.log.level` [preference].
|
|
|
|
If you use mach to start the Firefox:
|
|
|
|
./mach run --setpref "remote.enabled=true" --setpref "remote.log.level=Debug" --remote-debugger
|
|
|
|
[preference]: ./Prefs.html
|