Project

General

Profile

Bug #3634 ยป irb_verbose_debug.diff

Git diff patch to set VERBOSE to true under irb debug mode - agrimm (Andrew Grimm), 07/31/2010 10:22 AM

View differences:

lib/irb/init.rb
@CONF[:MATH_MODE] = true
when "-d"
$DEBUG = true
$VERBOSE = true
when "-w"
$VERBOSE = true
when /^-W(.+)?/
    (1-1/1)