Debug 関係のモジュール


Debug::Core

Tiarra の内部構造の追跡.

Tiarra の内部構造を出力します.

トリガー用コマンド.
デフォルトは debugcore

command:debugcore

[top commands]
help - show this usage.
bbs - show BulletinBoard info.
socket - show internal sockets.
module - show module info.

[sub commands]
help:
bbs:
  keys - show keys in BulletinBoard.
socket:
  help - show this usage.
  list - show installed socket.
  get - show socket in detail.
  uninstall - uninstall detached socket.
module:
  help - show this usage.
  summary - show module summary.
  list - show module list in detail.
  dep - show module dependency.


Debug::RawLog

標準出力にクライアントやサーバとの通信をダンプする。

0 または省略で表示しない。 1 で表示する。
クライアントオプションの logname によって、ダンプに使う名前を指定できます。

サーバからの入力

enable-server-in:1

サーバへの出力

enable-server-out:1

クライアントからの入力

enable-client-in:0

クライアントへの出力

enable-client-out:0

PING/PONG を無視する

ignore-ping:1

NumericReply の名前を解決して表示する(ちゃんとした dump では無くなります)

resolve-numeric:1