12345678910111213141516171819202122232425262728293031323334(* Enable all debug flags *)letall=false(* Enable LSP debug flags *)letlsp=false(* cache *)letcache=false||all(* LSP messages: Send and receive *)letsend=false||all||lspletread=false||all||lspletlsp_init=false||all||lsp(* Parsing (this is a bit expensive as it will call the printer *)letparsing=false||all(* scanning of prefix-incrementality *)letscan=false||all(* Backtraces *)letbacktraces=false||all(* Unicode conversion *)letunicode=false||all(* Sched wakeup *)letsched_wakeup=false||all(* Request event queue *)letrequest_delay=true||all(* Competion *)letcompletion=false||all