mirror of
https://github.com/mozilla-firefox/firefox.git
synced 2026-06-14 19:55:47 -05:00
282 B
282 B
Layout Debugger
Overview
The layout debugger can dump a variety of things including:
- Matched CSS Rules
- Text Runs
- Frames
Usage
- Use a debug build or add
ac_add_options --enable-layout-debuggerto your mozconfig. - Run with
./mach run --layoutdebug [filename]