ライブラリ
- ビルトイン (12)
- debug (12)
-
irb
/ ext / tracer (36) -
irb
/ extend-command (12) - tracer (420)
クラス
-
IRB
:: Context (36) - Tracer (420)
モジュール
-
IRB
:: ContextExtender (12) - Kernel (12)
キーワード
-
EVENT
_ SYMBOL (12) -
NEWS for Ruby 2
. 6 . 0 (7) -
NEWS for Ruby 2
. 7 . 0 (6) -
NEWS for Ruby 3
. 1 . 0 (4) - Single (12)
- Tracer (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) -
install
_ extend _ commands (12) - irb (12)
-
irb
/ ext / tracer (12) - new (12)
- off (24)
- on (48)
-
set
_ get _ line _ procs (36) -
set
_ trace _ func (12) - stdout (24)
- stdout= (12)
-
stdout
_ mutex (12) -
trace
_ func (24) -
use
_ tracer (12) -
use
_ tracer= (12) -
use
_ tracer? (12) - verbose (12)
- verbose= (12)
- verbose? (12)
検索結果
先頭5件
-
Tracer
# off -> () (17000.0) -
トレース出力を中断します。
トレース出力を中断します。 -
Tracer
# on -> () (17000.0) -
トレース出力を再開します。
トレース出力を再開します。
ブロックを与えるとブロックの実行中のみトレースを出力します。 -
Tracer
# on { . . . } -> () (17000.0) -
トレース出力を再開します。
トレース出力を再開します。
ブロックを与えるとブロックの実行中のみトレースを出力します。 -
Tracer
# set _ get _ line _ procs(file , p = proc) (17000.0) -
@todo
@todo -
Tracer
# trace _ func(event , file , line , id , binding , klass , *) -> object | nil (17000.0) -
@todo
@todo -
Tracer
. display _ c _ call -> bool (17000.0) -
真ならば、ビルトインメソッドの呼び出しを表示します。 デフォルトは偽です。
真ならば、ビルトインメソッドの呼び出しを表示します。
デフォルトは偽です。 -
Tracer
. display _ c _ call=(flag) (17000.0) -
ビルトインメソッドの呼び出しを表示するかどうかを設定します。
ビルトインメソッドの呼び出しを表示するかどうかを設定します。
@param flag ビルトインメソッドの呼び出しを表示するならば、真を指定します。 -
Tracer
. display _ c _ call? -> bool (17000.0) -
真ならば、ビルトインメソッドの呼び出しを表示します。 デフォルトは偽です。
真ならば、ビルトインメソッドの呼び出しを表示します。
デフォルトは偽です。 -
Tracer
. display _ process _ id -> bool (17000.0) -
真ならば、プロセス ID を表示します。 デフォルトは、偽です。
真ならば、プロセス ID を表示します。
デフォルトは、偽です。