Bug 1874684 - Part 17: Fix uninitialised variable warnings from clang-tidy. r=allstarschh
[gecko.git] / layout / docs / LayoutDebugger.md
blob911c365cbd8823540bd4c45b707457e878b746cf
1 # Layout Debugger
3 ## Overview
5 The layout debugger can dump a variety of things including:
6 - Matched CSS Rules
7 - Text Runs
8 - Frames
10 ## Usage
11 - Use a debug build or add `ac_add_options --enable-layout-debugger` to your mozconfig.
12 - Run with `./mach run --layoutdebug [filename]`