From 8d64b658dfb2d8af23ada1a09085eaeea839a912 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 17 Nov 2013 20:49:37 +0100 Subject: core: add option "libs" for command /debug, add signal "debug_libs" --- doc/it/autogen/user/weechat_commands.txt | 35 ++++++++++++++++---------------- 1 file changed, 18 insertions(+), 17 deletions(-) (limited to 'doc/it/autogen') diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index c4f89bbb2..bb58e71c2 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -191,23 +191,24 @@ 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 - dirs: mostra le directory - hdata: mostra informazioni su hdata (con free: rimuove tutti gli hdata in memoria) - hooks: mostra informazioni sugli hook -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 + dirs: display directories + hdata: display infos about hdata (with free: remove all hdata in memory) + hooks: display infos about hooks +infolists: display infos about infolists + libs: display infos about external libraries used + 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_eval]] -- cgit v1.2.3