るりまサーチ (Ruby 2.5.0)

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.032秒)
トップページ > バージョン:2.5.0[x] > クエリ:shell[x] > クエリ:debug[x]

別のキーワード

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

検索結果

Shell#debug -> bool | Integer (105307.0)

@todo

@todo

Shell.debug -> bool | Integer (105307.0)

@todo

@todo

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

Shell.debug=(val) (69412.0)

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

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

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

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

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

@todo

@todo

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

@todo

@todo

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

絞り込み条件を変える

Shell#debug=(flag) (69304.0)

@todo

@todo

Shell.debug_output_lock -> Mutex (69304.0)

@todo

@todo

@see Thread::Mutex#lock

Shell.debug_output_locked? -> bool (69304.0)

@todo

@todo

@see Thread::Mutex#locked?

Shell.debug_output_synchronize (69304.0)

@todo

@todo

@see Thread::Mutex#synchronize

Shell.debug_output_try_lock -> bool (69304.0)

@todo

@todo

@see Thread::Mutex#try_lock

絞り込み条件を変える

Shell.debug_output_unlock -> Mutex | nil (69304.0)

@todo

@todo

@see Thread::Mutex#unlock