mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Auto merge of #26085 - utsavoza:ugo/docs/01-04-2020, r=jdm
Use a valid debug option in the example command in the Debugging guide. <!-- Please describe your changes on the following line: --> The debug option `dump-layer-tree` used seems maybe irrelevant to the example command, but using one from the existing debug options helps to simply copy/paste the command and see what the example is trying to demonstrate. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because they are doc changes exclusively. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
This commit is contained in:
commit
c3d1c28b42
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ Before starting the debugger right away, you might want to get some information
|
|||
A typical command might be:
|
||||
|
||||
``` shell
|
||||
./mach run -d -- -i -y 1 --debug dump-layer-tree /tmp/a.html
|
||||
./mach run -d -- -i -y 1 --debug dump-style-tree /tmp/a.html
|
||||
```
|
||||
|
||||
… to avoid using too many threads and make things easier to understand.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue