mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
e2b52a1324
Differential Revision: https://phabricator.services.mozilla.com/D165662
280 B
280 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]