summaryrefslogtreecommitdiff
path: root/doc/pl/includes/autogen_user_commands.pl.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-06-17 21:51:18 +0200
committerSébastien Helleu <flashcode@flashtux.org>2021-06-17 21:51:18 +0200
commit2225ac4e56289b1badc7a5ee9dcb522b8e8aa3f2 (patch)
treecada0254e77311ce9168e428eaf9fc6e3ee7d1aa /doc/pl/includes/autogen_user_commands.pl.adoc
parentfa785e8668b51f80e112c7c927648635b2d4f565 (diff)
downloadweechat-2225ac4e56289b1badc7a5ee9dcb522b8e8aa3f2.zip
core: add option "certs" in command /debug
Diffstat (limited to 'doc/pl/includes/autogen_user_commands.pl.adoc')
-rw-r--r--doc/pl/includes/autogen_user_commands.pl.adoc49
1 files changed, 25 insertions, 24 deletions
diff --git a/doc/pl/includes/autogen_user_commands.pl.adoc b/doc/pl/includes/autogen_user_commands.pl.adoc
index 31beb3f5e..4231183f9 100644
--- a/doc/pl/includes/autogen_user_commands.pl.adoc
+++ b/doc/pl/includes/autogen_user_commands.pl.adoc
@@ -1277,32 +1277,33 @@ Przykłady:
----
/debug list
- set <wtyczka> <poziom>
- dump [<wtyczka>]
- buffer|color|infolists|memory|tags|term|windows
+ set <plugin> <level>
+ dump [<plugin>]
+ buffer|color|infolists|libs|certs|memory|tags|term|windows
mouse|cursor [verbose]
hdata [free]
- time <komenda>
-
- list: wyświetla wtyczki z poziomem debugowania
- set: ustawia poziom debugowania dla wtyczki
- plugin: nazwa wtyczki ("core" dla rdzenia WeeChat)
- poziom: poziom debugowania wtyczki (0 = wyłączony)
- dump: zachowuje zrzut pamięci w pliku z logiem WeeChat (taki sam zrzut jest zapisywany podczas awarii WeeChat)
- buffer: zrzuca zawartość bufora z wartościami heksadecymalnymi do pliku z logiem
- color: wyświetla informacje na temat obecnych par kolorów
- cursor: przełącza debugowanie dla trybu kursora
- dirs: wyświetla katalogi
- hdata: wyświetla informacje o hdata (z free: usuwa wszystkie hdata z pamięci)
- hooks: wyświetla informacje o hooks
-infolists: wyświetla informacje o infolistach
- libs: wyświetla informacje o użytych zewnętrznych bibliotekach
- memory: wyświetla informacje o zużyciu pamięci
- mouse: przełącza debugowanie myszy
- tags: wyświetla tagi dla linii
- term: wyświetla informacje o terminalu
- windows: wyświetla drzewo okien
- time: mierzy czas do wykonania komendy lub wysłania tekstu do obecnego bufora
+ time <command>
+
+ 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
+ certs: display number of loaded trusted certificate authorities
+ 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
+ time: measure time to execute a command or to send text to the current buffer
----
[[command_weechat_eval]]