るりまサーチ

最速Rubyリファレンスマニュアル検索!
42件ヒット [1-42件を表示] (0.010秒)
トップページ > クラス:Shell[x] > クエリ:bool[x] > クエリ:debug[x]

別のキーワード

  1. socket bool
  2. option bool
  3. win32ole vt_bool
  4. variant vt_bool
  5. bool socket

ライブラリ

キーワード

検索結果

Shell#debug -> bool | Integer (18205.0)

@todo

@todo

Shell.debug -> bool | Integer (18205.0)

@todo

@todo

デバッグ用フラグを参照します。

Shell#debug? -> bool | Integer (6205.0)

@todo

@todo

Shell.debug? -> bool | Integer (6205.0)

@todo

@todo

デバッグ用フラグを参照します。

Shell.debug_output_locked? -> bool (6203.0)

@todo

@todo

@see Mutex#locked?
@todo

@see Thread::Mutex#locked?

絞り込み条件を変える

Shell.debug_output_try_lock -> bool (6203.0)

@todo

@todo

@see Mutex#try_lock
@todo

@see Thread::Mutex#try_lock

Shell.debug=(val) (6144.0)

デバッグ用のフラグを設定します。

...デバッグ用のフラグを設定します。

@param val bool 値や整数値を指定します。詳細は下記を参照してください。

# debug: true -> normal debug
# debug: 1 -> eval definition debug
# debug: 2 -> detail inspect debug...