We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d49acb commit f7a3c98Copy full SHA for f7a3c98
src/launcher/java/org/truffleruby/launcher/CommandLineParser.java
@@ -416,8 +416,6 @@ private void processArgument() throws CommandLineException {
416
final String encodingName = argument.substring(argument.indexOf('=') + 1);
417
config.setOption(OptionsCatalog.INTERNAL_ENCODING, encodingName);
418
break FOR;
419
- } else if (argument.equals("--debug")) {
420
- throw notImplemented("--debug");
421
} else if (argument.equals("--yydebug")) {
422
disallowedInRubyOpts(argument);
423
warnInternalDebugTool(argument);
0 commit comments