12件ヒット
[1-12件を表示]
(0.010秒)
別のキーワード
ライブラリ
- ビルトイン (12)
クラス
- TracePoint (12)
検索結果
-
TracePoint
. new(*events) {|obj| . . . } -> TracePoint (13.0) -
新しい TracePoint オブジェクトを作成して返します。トレースを有効 にするには TracePoint#enable を実行してください。
...行した場合には
RuntimeError が発生します。
//emlist[例][ruby]{
TracePoint.trace(:line) do |tp|
p tp.raised_exception
end
# => RuntimeError: 'raised_exception' not supported by this event
//}
イベントフックの外側で、発生したイベントに関連する情報を取...