mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 21:06:38 +02:00
18 lines
585 B
XML
18 lines
585 B
XML
<?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>
|
|
Debugging-Nachricht ausgeben
|
|
|
|
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>
|