X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fdebug.C;h=fcc14891cb03bda5d207dff153776108a9e0a55d;hb=342932ad32b6eb9afc0845717d2e3f25433bb5f1;hp=6a77781768c1c82229eaa55af074debe3380edfa;hpb=b8cad4ca9d2fe8379b496b326956ab5d16ddc1eb;p=lyx.git diff --git a/src/debug.C b/src/debug.C index 6a77781768..fcc14891cb 100644 --- a/src/debug.C +++ b/src/debug.C @@ -53,7 +53,9 @@ error_item errorTags[] = { { Debug::DEPEND, "depend", N_("Dependency information")}, { Debug::INSETS, "insets", N_("LyX Insets")}, { Debug::FILES, "files", N_("Files used by LyX")}, - { Debug::ANY, "any", N_("All debugging messages")} + { Debug::WORKAREA, "workarea", N_("Workarea events")}, + { Debug::INSETTEXT, "insettext", N_("Insettext/tabular messanges")}, + { Debug::ANY, "any", N_("All debugging messages")} }; @@ -67,7 +69,8 @@ Debug::type const Debug::ANY = Debug::type( Debug::PARSER | Debug::LYXRC | Debug::KBMAP | Debug::LATEX | Debug::MATHED | Debug::FONT | Debug::TCLASS | Debug::LYXVC | Debug::LYXSERVER | Debug::ROFF | Debug::ACTION | Debug::LYXLEX | - Debug::DEPEND | Debug::INSETS | Debug::FILES); + Debug::DEPEND | Debug::INSETS | Debug::FILES | Debug::WORKAREA | + Debug::INSETTEXT); Debug::type Debug::value(string const & val)