mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibIMAP: Add useful dbgln_if() printouts to IMAP::Parser
I couldn't run the parser in a debugger like I normally would, so I added printouts to understand where the parser is failing. More could be added, but these are enough to get a good idea of what the parser is doing. It's very spammy, though, so enable it by flicking the IMAP_PARSER_DEBUG switch :^)
This commit is contained in:
committed by
Andrew Kaster
parent
c2ed1547ba
commit
8451c4d91c
@@ -73,6 +73,7 @@ set(ICMP_DEBUG ON)
|
||||
set(ICO_DEBUG ON)
|
||||
set(IMAGE_DECODER_DEBUG ON)
|
||||
set(IMAGE_LOADER_DEBUG ON)
|
||||
set(IMAP_PARSER_DEBUG ON)
|
||||
set(INTEL_GRAPHICS_DEBUG ON)
|
||||
set(INTEL_HDA_DEBUG ON)
|
||||
set(INTERRUPT_DEBUG ON)
|
||||
|
||||
Reference in New Issue
Block a user