Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -417,6 +417,7 @@ private void processArgument() {
break FOR;
} else if (argument.equals("--debug")) {
disallowedInRubyOpts(argument);
Options.DEBUG_FULLTRACE.force("true");
RubyInstanceConfig.FULL_TRACE_ENABLED = true;
config.setCompileMode(RubyInstanceConfig.CompileMode.OFF);
break FOR;

0 comments on commit 3fd59eb

Please sign in to comment.