From 35120b633c5a7dd01ea73d8073d3a1d7da63bd84 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 1 Jun 2011 09:07:17 +0200 Subject: core: add option "infolists" for command /debug --- doc/it/autogen/user/weechat_commands.txt | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'doc/it') diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index 28a448ef7..3aa85a337 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -143,20 +143,21 @@ comando: comando da eseguire (una '/' viene aggiunta automaticamente se non trov [command]*`debug`* attiva debug per core/plugin:: ........................................ /debug list - set + set dump [] - buffer|color|memory|term|windows - - 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 - memory: mostra informazioni sull'uso della memoria - term: mostra informazioni sul terminale -windows: mostra l'albero delle finestre + buffer|color|infolists|memory|term|windows + + 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 +infolists: display infos about infolists + memory: display infos about memory usage + term: display infos about terminal + windows: display windows tree ........................................ [command]*`filter`* filtra messaggi nei buffer, per nascondere/mostrare in base a tag o regexp:: -- cgit v1.2.3