instance method IRB::Context#debug_level=

debug_level=(val)[permalink][rdoc][edit]

irb のデバッグレベルを val に設定します。

.irbrc ファイル中で IRB.conf[:DEBUG_LEVEL] を設定する事でも同様の操作が行えます。

[SEE_ALSO] IRB::Context#debug_level, IRB::Context#debug?