るりまサーチ (Ruby 2.5.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.123秒)

別のキーワード

  1. logger debug
  2. socket so_debug
  3. logger debug?
  4. socket iff_debug
  5. syslog debug

ライブラリ

クラス

検索結果

IRB::Context#debug_level -> Integer (54625.0)

irb のデバッグレベルを返します。

irb のデバッグレベルを返します。

デフォルト値は 0 です。

@see IRB::Context#debug_level=, IRB::Context#debug?

IRB::Context#debug? -> bool (388.0)

irb がデバッグモード(IRB::Context#debug_level が 1 以上)で動作し ているかどうかを返します。

irb がデバッグモード(IRB::Context#debug_level が 1 以上)で動作し
ているかどうかを返します。

デフォルト値は false です。

@see IRB::Context#debug_level, IRB::Context#debug_level=