るりまサーチ (Ruby 2.1.0)

最速Rubyリファレンスマニュアル検索!
9件ヒット [1-9件を表示] (0.073秒)
トップページ > 種類:特異メソッド[x] > クエリ:Shell[x] > クラス:Shell[x] > クエリ:debug[x] > バージョン:2.1.0[x]

別のキーワード

  1. shell/builtin-command new
  2. etc sc_shell
  3. shell/builtin-command each
  4. shell debug
  5. shell debug=

検索結果

Shell.debug -> bool | Integer (117313.0)

@todo

@todo

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

Shell.debug=(val) (81418.0)

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

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

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

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

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

@todo

@todo

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

Shell.debug_output_exclusive_unlock { ... } -> Mutex | nil (81310.0)

@todo

@todo

@see Mutex#exclusive_unlock

Shell.debug_output_lock -> Mutex (81310.0)

@todo

@todo

@see Mutex#lock

絞り込み条件を変える

Shell.debug_output_locked? -> bool (81310.0)

@todo

@todo

@see Mutex#locked?

Shell.debug_output_synchronize (81310.0)

@todo

@todo

@see Mutex#synchronize

Shell.debug_output_try_lock -> bool (81310.0)

@todo

@todo

@see Mutex#try_lock

Shell.debug_output_unlock -> Mutex | nil (81310.0)

@todo

@todo

@see Mutex#unlock