diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-12-07 17:43:36 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-12-07 17:43:36 +0100 |
commit | 15d9aab7fa0027a7408c08926ae03bb81cd9284d (patch) | |
tree | 12fc582581208d612aa09b1fb826112d059a4a81 /doc/it/autogen | |
parent | 86489d458763968ef7a833ad00dbc905c1b0e60d (diff) | |
download | weechat-15d9aab7fa0027a7408c08926ae03bb81cd9284d.zip |
core: add option "hooks" for command /debug
Diffstat (limited to 'doc/it/autogen')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index 45bb40ca0..f0afa9b4c 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -175,21 +175,22 @@ Esempi: mouse|cursor [verbose] hdata [free] - list: elenca i plugin con i livelli di debug - set: imposta il livello di debug per il plugin - plugin: nome del plugin ("core" per il core di WeeChat) - livello: livello di debug per il plugin (0 = disattiva debug) - dump: salva un dump della memoria nel file di log di WeeChat (lo stesso dump viene salvato in caso di crash di WeeChat) - buffer: esegue un dump del contenuto del buffer con valori esadecimali nel file di log - color: mostra informazioni sulle coppie di colore correnti - cursor: abilita/disabilita debug per la modalità cursore - hdata: mostra informazioni su hdata (con free: rimuove tutti gli hdata in memoria) -infolists: mostra informazioni sulle liste info - memory: mostra informazioni sull'uso della memoria - mouse: abilita/disabilita debug per il mouse - tags: mostra tag per le righe - term: mostra informazioni sul terminale - windows: mostra l'albero delle finestre + list: list plugins with debug levels + set: set debug level for plugin + plugin: name of plugin ("core" for WeeChat core) + level: debug level for plugin (0 = disable debug) + 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 + color: display infos about current color pairs + cursor: toggle debug for cursor mode + hdata: display infos about hdata (with free: remove all hdata in memory) + hooks: display infos about hooks +infolists: display infos about infolists + memory: display infos about memory usage + mouse: toggle debug for mouse + tags: display tags for lines + term: display infos about terminal + windows: display windows tree ........................................ [[command_weechat_filter]] |