種類
ライブラリ
- ビルトイン (156)
- debug (24)
- fileutils (19)
- forwardable (24)
- getoptlong (12)
-
irb
/ context (36) - logger (201)
- mkmf (48)
-
net
/ ftp (24) -
net
/ http (12) -
net
/ imap (24) -
net
/ pop (12) -
net
/ smtp (24) - openssl (24)
- optparse (12)
- rake (12)
-
rdoc
/ markdown (12) - ripper (24)
-
rubygems
/ commands / which _ command (12) - shell (69)
- socket (48)
- syslog (216)
-
syslog
/ logger (36) -
webrick
/ log (60)
クラス
- GetoptLong (12)
-
IRB
:: Context (36) - Logger (189)
-
Net
:: FTP (24) -
Net
:: HTTP (12) -
Net
:: IMAP (24) -
Net
:: POP3 (12) -
Net
:: SMTP (24) - Object (12)
-
OptionParser
:: ParseError (12) -
RDoc
:: Markdown (12) -
Rake
:: Application (12) - Ripper (24)
-
RubyVM
:: InstructionSequence (24) - Shell (69)
- Socket (24)
-
Syslog
:: Logger (36) - Thread (24)
- Tracer (12)
-
WEBrick
:: BasicLog (60)
モジュール
- FileUtils (19)
- Forwardable (24)
- GC (12)
- Kernel (120)
-
Logger
:: Severity (12) - OpenSSL (24)
-
Socket
:: Constants (24) - Syslog (120)
-
Syslog
:: Level (96)
キーワード
-
$ -d (12) -
$ DEBUG (12) - DEBUG (36)
- DEBUG= (12)
-
DEBUGGER
_ _ (12) -
IFF
_ DEBUG (24) -
LEVEL
_ MAP (12) -
LOG
_ ALERT (12) -
LOG
_ CRIT (12) -
LOG
_ DEBUG (12) -
LOG
_ EMERG (12) -
LOG
_ ERR (12) -
LOG
_ INFO (12) -
LOG
_ NOTICE (12) -
LOG
_ WARNING (12) -
NEWS for Ruby 2
. 3 . 0 (10) -
NEWS for Ruby 3
. 0 . 0 (5) -
NEWS for Ruby 3
. 1 . 0 (4) - OPTS (12)
- Rubyの起動 (12)
-
SCRIPT
_ LINES _ _ (12) -
SO
_ DEBUG (24) - Thread (12)
- WhichCommand (12)
- alert (12)
- caller (36)
-
compile
_ option (12) -
compile
_ option= (12) -
cp
_ lr (7) -
cp
_ r (12) - crit (12)
-
datetime
_ format (12) -
datetime
_ format= (12) - debug= (48)
- debug? (60)
-
debug
_ level (12) -
debug
_ level= (12) -
debug
_ mode (12) -
debug
_ mode= (12) -
debug
_ output= (12) -
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) - emerg (12)
-
enable
_ config (24) - err (12)
- error (24)
- fatal (24)
-
filter
_ backtrace (12) - info (36)
- irb (12)
- log (12)
- logger (12)
- mask (12)
- mask= (12)
- new (33)
- notice (12)
-
rb
_ ary _ to _ s (12) - rdoc (12)
-
rubygems
/ commands / build _ command (12) -
rubygems
/ commands / cert _ command (12) -
rubygems
/ commands / check _ command (12) -
rubygems
/ commands / cleanup _ command (12) -
rubygems
/ commands / contents _ command (12) -
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / environment _ command (12) -
rubygems
/ commands / fetch _ command (12) -
rubygems
/ commands / generate _ index _ command (12) -
rubygems
/ commands / help _ command (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / list _ command (12) -
rubygems
/ commands / lock _ command (12) -
rubygems
/ commands / mirror _ command (12) -
rubygems
/ commands / outdated _ command (12) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / query _ command (12) -
rubygems
/ commands / rdoc _ command (12) -
rubygems
/ commands / search _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ commands / sources _ command (12) -
rubygems
/ commands / specification _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ commands / unpack _ command (12) -
set
_ debug _ output (36) -
set
_ trace _ func (12) - thread (2)
-
trace
_ func (12) -
tty
_ output= (12) - unknown (24)
- warn (24)
- warning (12)
-
with
_ config (24) - yydebug (12)
- yydebug= (12)
- スレッド (12)
- 制御構造 (12)
検索結果
先頭5件
-
IRB
:: Context # debug _ level=(val) (6119.0) -
irb のデバッグレベルを val に設定します。
...irb のデバッグレベルを val に設定します。
.irbrc ファイル中で IRB.conf[:DEBUG_LEVEL] を設定する事でも同様の操作
が行えます。
@see IRB::Context#debug_level, IRB::Context#debug?... -
Thread
. DEBUG -> Integer (6119.0) -
スレッドのデバッグレベルを返します。
...れ以外の場合は、スレッドのデバッグログを標準出力に出力します。
初期値は 0 です。
使用するためには、THREAD_DEBUG を -1 にして Ruby をコンパイルする必要が
あります。
//emlist[例][ruby]{
Thread.DEBUG # => 0
//}
@see Thread.DEBUG=... -
Socket
:: Constants :: SO _ DEBUG -> Integer (6117.0) -
Debug info recording。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Debug info recording。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see sys/socket.h(header), getsockopt(2freebsd),
socket(7linux), Socket::Constants::SOL_SOCKET... -
Socket
:: SO _ DEBUG -> Integer (6117.0) -
Debug info recording。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Debug info recording。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see sys/socket.h(header), getsockopt(2freebsd),
socket(7linux), Socket::Constants::SOL_SOCKET... -
WEBrick
:: BasicLog # debug? -> bool (6117.0) -
自身のログレベルが DEBUG 以上の時に true を返します。 そうでない場合に false を返します。
...自身のログレベルが DEBUG 以上の時に true を返します。
そうでない場合に false を返します。... -
IRB
:: Context # debug _ level -> Integer (6113.0) -
irb のデバッグレベルを返します。
...irb のデバッグレベルを返します。
デフォルト値は 0 です。
@see IRB::Context#debug_level=, IRB::Context#debug?... -
Net
:: FTP # debug _ mode -> bool (6107.0) -
デバッグモードであれば真を、そうでなければ偽を返します。
...デバッグモードであれば真を、そうでなければ偽を返します。
値が真であるとき、送受信の記録と ABOR, STAT の結果が
$stdout に随時表示されます。
デフォルトは偽です。
@see Net::FTP#debug_mode=... -
Net
:: FTP # debug _ mode=(boolean) (6107.0) -
デバッグモードの on/off を設定します。
...デバッグモードの on/off を設定します。
@param boolean 真ならばデバッグモードを on にします。
@see Net::FTP#debug_mode... -
Net
:: HTTP # set _ debug _ output(io) -> () (6107.0) -
デバッグ出力の出力先を指定します。 このメソッドは深刻なセキュリティホールの原因 になるため、デバッグ以外では決して使わないでください。
...て使わないでください。
io に nil を指定するとデバッグ出力を止めます。
@param io 出力先を指定します。このオブジェクトは
メソッド << を持っている必要があります。
//emlist[例][ruby]{
http.set_debug_output($stderr)
//}...