Use a valid debug option in the Debugging guide

This commit is contained in:
Utsav Oza 2020-04-01 18:44:41 +05:30
parent ef2b9863d1
commit d2a0763f38

View file

@ -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.