diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-11-17 20:49:37 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-11-17 20:49:37 +0100 |
commit | 8d64b658dfb2d8af23ada1a09085eaeea839a912 (patch) | |
tree | 93e7097baea628212a796c903a4be21817ba9ae2 /doc/ja/autogen | |
parent | e0890b376c05446fe54af36b8685847a1d5d1d37 (diff) | |
download | weechat-8d64b658dfb2d8af23ada1a09085eaeea839a912.zip |
core: add option "libs" for command /debug, add signal "debug_libs"
Diffstat (limited to 'doc/ja/autogen')
-rw-r--r-- | doc/ja/autogen/user/weechat_commands.txt | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/doc/ja/autogen/user/weechat_commands.txt b/doc/ja/autogen/user/weechat_commands.txt index 665b26754..a02833d1a 100644 --- a/doc/ja/autogen/user/weechat_commands.txt +++ b/doc/ja/autogen/user/weechat_commands.txt @@ -191,23 +191,24 @@ stop: カーソルモードを終了 mouse|cursor [verbose] hdata [free] - list: デバッグレベルの設定されたプラグインをリストアップ - set: プラグインのデバッグレベルを設定 - plugin: プラグインの名前 ("core" は WeeChat コアを意味する) - level: プラグインのデバッグレベル (0 はデバッグの無効化) - dump: WeeChat ログファイルにメモリダンプを保存 (WeeChat がクラッシュした場合と同じダンプが書き込まれます) - buffer: ログファイルに 16 進値でバッファの内容をダンプ - color: 現在の色ペアに関する情報を表示 - cursor: カーソルモードのデバッグを切り替え - dirs: ディレクトリを表示 - hdata: hdata に関する情報を表示 (free を付ければ: メモリから全ての hdata を削除) - hooks: フックに関する情報を表示 -infolists: infolist に関する情報を表示 - memory: メモリ使用量に関する情報を表示 - mouse: マウスのデバックを切り替え - tags: 行のタグを表示 - 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 + 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]] |