From d2a0763f385d628a646d9c5760486f857aeaa221 Mon Sep 17 00:00:00 2001 From: Utsav Oza Date: Wed, 1 Apr 2020 18:44:41 +0530 Subject: [PATCH] Use a valid debug option in the Debugging guide --- docs/HACKING_QUICKSTART.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/HACKING_QUICKSTART.md b/docs/HACKING_QUICKSTART.md index f26b38d0564..f669bd3815a 100644 --- a/docs/HACKING_QUICKSTART.md +++ b/docs/HACKING_QUICKSTART.md @@ -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.