mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Use a valid debug option in the Debugging guide
This commit is contained in:
parent
ef2b9863d1
commit
d2a0763f38
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:
|
A typical command might be:
|
||||||
|
|
||||||
``` shell
|
``` 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.
|
… to avoid using too many threads and make things easier to understand.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue