diff options
Diffstat (limited to 'doc/en/autogen/debug_commands.xml')
-rw-r--r-- | doc/en/autogen/debug_commands.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/en/autogen/debug_commands.xml b/doc/en/autogen/debug_commands.xml new file mode 100644 index 000000000..b8fe102d7 --- /dev/null +++ b/doc/en/autogen/debug_commands.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<command>debug dump | buffer | windows | text</command> +<programlisting> +print debug messages + + dump: save memory dump in WeeChat log file (same dump is written when WeeChat crashes) + buffer: dump buffer content with hexadecimal values in log file +windows: display windows tree + text: send "debug" signal with "text" as argument +</programlisting> |