mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
3cddbdca80
Differential Revision: https://phabricator.services.mozilla.com/D156703
281 B
281 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-debugger
to your mozconfig. - Run with
./mach run --layoutdebug [filename]