mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 09:09:43 +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
Notes:
sideshowbarker
2024-07-18 07:42:59 +09:00
Author: https://github.com/AtkinsSJ
Commit: e54531244f
Pull-request: https://github.com/SerenityOS/serenity/pull/9073
Reviewed-by: https://github.com/TobyAsE
Reviewed-by: https://github.com/alimpfard
4 changed files with 63 additions and 55 deletions
|
@ -22,6 +22,8 @@ set(CPP_LANGUAGE_SERVER_DEBUG ON)
|
|||
set(CRYPTO_DEBUG ON)
|
||||
set(CSOCKET_DEBUG ON)
|
||||
set(CSS_LOADER_DEBUG ON)
|
||||
set(CSS_PARSER_DEBUG ON)
|
||||
set(CSS_TOKENIZER_DEBUG ON)
|
||||
set(CURSOR_TOOL_DEBUG ON)
|
||||
set(DDS_DEBUG ON)
|
||||
set(DEBUG_AUTOCOMPLETE ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue