204件ヒット
[1-100件を表示]
(0.071秒)
ライブラリ
- ビルトイン (48)
- debug (12)
- forwardable (24)
- logger (9)
-
net
/ imap (24) - optparse (12)
-
rdoc
/ markdown (12) - shell (51)
-
webrick
/ log (12)
クラス
- Logger (9)
-
Net
:: IMAP (24) -
OptionParser
:: ParseError (12) -
RDoc
:: Markdown (12) -
RubyVM
:: InstructionSequence (24) - Shell (51)
- Thread (24)
- Tracer (12)
-
WEBrick
:: BasicLog (12)
モジュール
- Forwardable (24)
キーワード
- DEBUG= (12)
-
compile
_ option (12) -
compile
_ option= (12) - debug (30)
- debug= (30)
- debug? (6)
-
debug
_ output _ exclusive _ unlock (3) -
debug
_ output _ lock (6) -
debug
_ output _ locked? (6) -
debug
_ output _ synchronize (6) -
debug
_ output _ try _ lock (6) -
debug
_ output _ unlock (6) -
filter
_ backtrace (12) - new (33)
-
trace
_ func (12)
検索結果
先頭5件
-
Thread
. DEBUG -> Integer (18120.0) -
スレッドのデバッグレベルを返します。
...れ以外の場合は、スレッドのデバッグログを標準出力に出力します。
初期値は 0 です。
使用するためには、THREAD_DEBUG を -1 にして Ruby をコンパイルする必要が
あります。
//emlist[例][ruby]{
Thread.DEBUG # => 0
//}
@see Thread.DEBUG=... -
Shell
. debug=(val) (6138.0) -
デバッグ用のフラグを設定します。
...デバッグ用のフラグを設定します。
@param val bool 値や整数値を指定します。詳細は下記を参照してください。
# debug: true -> normal debug
# debug: 1 -> eval definition debug
# debug: 2 -> detail inspect debug... -
Thread
. DEBUG=(val) (6132.0) -
スレッドのデバッグレベルを val に設定します。
...er に変換してから設定します。
偽 のときは 0 を設定します。
使用するためには、THREAD_DEBUG を -1 にして Ruby をコンパイルする必要が
あります。
//emlist[例][ruby]{
Thread.DEBUG # => 0
Thread.DEBUG = 1
Thread.DEBUG # => 1
//}
@see Thread.DEBUG... -
Net
:: IMAP . debug -> bool (6108.0) -
デバッグモードが on になっていれば真を返します。
...デバッグモードが on になっていれば真を返します。
@see Net::IMAP#debug=... -
Net
:: IMAP . debug=(val) (6108.0) -
デバッグモードの on/off をします。
...デバッグモードの on/off をします。
真を渡すと on になります。
@param val 設定するデバッグモードの on/off の真偽値
@see Net::IMAP#debug... -
Shell
. debug -> bool | Integer (6103.0) -
@todo
@todo
デバッグ用フラグを参照します。 -
Shell
. debug? -> bool | Integer (6103.0) -
@todo
@todo
デバッグ用フラグを参照します。 -
Forwardable
. debug -> bool (6102.0) -
委譲部分をバックトレースに含めるかどうかの状態を返します。
委譲部分をバックトレースに含めるかどうかの状態を返します。
バックトレースを含める設定となっている時、真を返します。
デフォルトは含めない設定となっています。 -
Forwardable
. debug= -> bool (6102.0) -
委譲部分をバックトレースに含めるかどうかの状態を設定します。
委譲部分をバックトレースに含めるかどうかの状態を設定します。 -
Shell
. debug _ output _ exclusive _ unlock { . . . } -> Mutex | nil (6102.0) -
@todo
@todo
@see Mutex#exclusive_unlock -
Shell
. debug _ output _ lock -> Mutex (6102.0) -
@todo
@todo
@see Mutex#lock@todo
@see Thread::Mutex#lock -
Shell
. debug _ output _ locked? -> bool (6102.0) -
@todo
@todo
@see Thread::Mutex#locked?