934件ヒット
[1-100件を表示]
(0.125秒)
ライブラリ
- ビルトイン (96)
- debug (12)
- fileutils (19)
-
irb
/ context (36) - logger (9)
- mkmf (48)
-
net
/ pop (12) -
net
/ smtp (24) - optparse (12)
- rake (12)
-
rdoc
/ markdown (12) -
rubygems
/ commands / which _ command (12) - shell (33)
- socket (48)
- syslog (72)
-
syslog
/ logger (24) -
webrick
/ log (60)
クラス
-
IRB
:: Context (36) - Logger (9)
-
Net
:: POP3 (12) -
Net
:: SMTP (24) - Object (12)
-
OptionParser
:: ParseError (12) -
RDoc
:: Markdown (12) -
Rake
:: Application (12) -
RubyVM
:: InstructionSequence (24) - Shell (33)
- Socket (24)
-
Syslog
:: Logger (24) - Tracer (12)
-
WEBrick
:: BasicLog (60)
モジュール
- FileUtils (19)
- GC (12)
- Kernel (96)
-
Socket
:: Constants (24) - Syslog (48)
-
Syslog
:: Level (24)
キーワード
- DEBUG (12)
-
IFF
_ DEBUG (24) -
LEVEL
_ MAP (12) -
LOG
_ CRIT (12) -
LOG
_ NOTICE (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) - WhichCommand (12)
- caller (36)
-
compile
_ option (12) -
compile
_ option= (12) -
cp
_ lr (7) -
cp
_ r (12) - crit (12)
- debug? (24)
-
debug
_ level (12) -
debug
_ level= (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) -
enable
_ config (24) -
filter
_ backtrace (12) - irb (12)
- log (12)
- logger (12)
- mask (12)
- mask= (12)
- new (33)
- notice (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 (24) -
set
_ trace _ func (12) - thread (2)
-
trace
_ func (12) -
tty
_ output= (12) -
with
_ config (24) - スレッド (12)
- 制御構造 (12)
検索結果
先頭5件
-
debug (38018.0)
-
Ruby デバッガです。Ruby スクリプトのソースコードデバッグに使用します。
...コードデバッグに使用します。
また、Emacs を使用したインタフェース rubydb3x.el が
https://github.com/ruby/elisp にあるので、活用してください。
=== 使い方
$ ruby -rdebug foo.rb
または、Emacs から
M-x load-library rubydb3x.el
M-x ruby......ここに挙げたもの以外を入力した場合、その入力を ruby の式として評価します。
: break
: break [<file>:]<position>|<class>:<method>
ブレークポイントを設定します。引数を省略した場合設定したブレークポ
イントを表示します......略形は b です。
: catch <an Exception>
例外が発生した時にデバッガを停止させるキャッチポイントを設定します。
引数を省略した場合設定したキャッチポイントを表示します。
発生した例外が <an Exception> のサブクラ... -
WEBrick
:: BasicLog # debug(msg) -> () (21133.0) -
ログレベル DEBUG で文字列 msg をログに記録します。 自身の level が DEBUG より重要度が高い場合には記録しません。
...ログレベル DEBUG で文字列 msg をログに記録します。
自身の level が DEBUG より重要度が高い場合には記録しません。
行頭に level を表す文字列が追加されます。
msg の終端が "\n" でない場合には "\n" を追加します。
@param msg... -
Syslog
:: Logger # debug(message = nil , &block) -> true (18239.0) -
DEBUG 情報を出力します。syslog の DEBUG の情報として記録されます。
...
DEBUG 情報を出力します。syslog の DEBUG の情報として記録されます。
ブロックを与えなかった場合は、message をメッセージとしてログを出力します。
ブロックを与えた場合は、ブロックを評価した結果をメッセージとして......ログを出力します。
引数とブロックを同時に与えた場合は、message をメッセージとしてログを出
力します(ブロックは評価されません)。
@see Syslog::Logger::LEVEL_MAP, Logger#debug... -
rubygems
/ commands / contents _ command (18012.0) -
インストールされている Gem パッケージに含まれているファイルリストを表示するためのライブラリです。
...示するためのライブラリです。
Usage: gem contents GEMNAME [options]
Options:
-v, --version VERSION 指定されたバージョンの Gem パッケージの内容を表示します
-s, --spec-dir a,b,c 指定されたパス以下にある Gem パ......のみを表示します
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE......指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Arguments:
GEMNAME Gem パッケージの名前... -
Tracer
. trace _ func(*vars) -> object | nil (17116.0) -
debug ライブラリの内部で使用します。
...
debug ライブラリの内部で使用します。... -
Shell
. debug _ output _ exclusive _ unlock { . . . } -> Mutex | nil (12201.0) -
@todo
...@todo
@see Mutex#exclusive_unlock... -
Shell
. debug _ output _ lock -> Mutex (12201.0) -
@todo
...@todo
@see Mutex#lock......@todo
@see Thread::Mutex#lock... -
Shell
. debug _ output _ locked? -> bool (12201.0) -
@todo
...@todo
@see Mutex#locked?......@todo
@see Thread::Mutex#locked?... -
Shell
. debug _ output _ synchronize (12201.0) -
@todo
...@todo
@see Mutex#synchronize......@todo
@see Thread::Mutex#synchronize... -
Shell
. debug _ output _ try _ lock -> bool (12201.0) -
@todo
...@todo
@see Mutex#try_lock......@todo
@see Thread::Mutex#try_lock... -
Shell
. debug _ output _ unlock -> Mutex | nil (12201.0) -
@todo
...@todo
@see Mutex#unlock......@todo
@see Thread::Mutex#unlock... -
rubygems
/ commands / cert _ command (12012.0) -
Gem パッケージの証明書や署名の設定を管理するためのライブラリです。
...Gem パッケージの証明書や署名の設定を管理するためのライブラリです。
Usage: gem cert [options]
Options:
-a, --add CERT 信頼された証明書を追加します
-l, --list 信頼されている証明書の一覧......作成します
-C, --certificate CERT --sign で使用する証明書を指定します
-K, --private-key KEY --sign で使用する秘密鍵を指定します
-s, --sign NEWCERT 証明書に秘密鍵で署名します
Common Options:
-......--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Summary:
Manage RubyGems cer...