mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:57:44 +00:00
LibWeb: Define proper debug symbols for CSS Parser and Tokenizer
You can now turn debug logging for them on using `CSS_PARSER_DEBUG` and `CSS_TOKENIZER_DEBUG`.
This commit is contained in:
parent
af045cee22
commit
e54531244f
4 changed files with 63 additions and 55 deletions
|
@ -62,6 +62,14 @@
|
|||
#cmakedefine01 CSS_LOADER_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef CSS_PARSER_DEBUG
|
||||
#cmakedefine01 CSS_PARSER_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef CSS_TOKENIZER_DEBUG
|
||||
#cmakedefine01 CSS_TOKENIZER_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef CURSOR_TOOL_DEBUG
|
||||
#cmakedefine01 CURSOR_TOOL_DEBUG
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue