種類
- 特異メソッド (288)
- インスタンスメソッド (108)
- 定数 (24)
キーワード
-
EVENT
_ SYMBOL (12) - Single (12)
-
add
_ filter (36) -
display
_ c _ call (12) -
display
_ c _ call= (12) -
display
_ c _ call? (12) -
display
_ process _ id (12) -
display
_ process _ id= (12) -
display
_ process _ id? (12) -
display
_ thread _ id (12) -
display
_ thread _ id= (12) -
display
_ thread _ id? (12) -
get
_ line (12) -
get
_ thread _ no (12) - new (12)
- off (24)
- on (48)
-
set
_ get _ line _ procs (36) - stdout (24)
- stdout= (12)
-
stdout
_ mutex (12) -
trace
_ func (24) - verbose (12)
- verbose= (12)
- verbose? (12)
検索結果
先頭5件
-
Tracer
# add _ filter(p = proc) (1.0) -
@todo
@todo
フィルターを追加します。
@param p Proc オブジェクトを指定します。 -
Tracer
# get _ line(file , line) -> String (1.0) -
@todo
@todo
@param file
@param line -
Tracer
# get _ thread _ no -> Integer (1.0) -
@todo
@todo -
Tracer
# off -> () (1.0) -
トレース出力を中断します。
トレース出力を中断します。 -
Tracer
# on -> () (1.0) -
トレース出力を再開します。
トレース出力を再開します。
ブロックを与えるとブロックの実行中のみトレースを出力します。 -
Tracer
# on { . . . } -> () (1.0) -
トレース出力を再開します。
トレース出力を再開します。
ブロックを与えるとブロックの実行中のみトレースを出力します。 -
Tracer
# set _ get _ line _ procs(file , p = proc) (1.0) -
@todo
@todo -
Tracer
# stdout -> IO (1.0) -
@see Tracer.stdout
...@see Tracer.stdout... -
Tracer
# trace _ func(event , file , line , id , binding , klass , *) -> object | nil (1.0) -
@todo
@todo