Skip to content

Commit f7a3c98

Browse files
committed
Support --debug, it's just an alias of -d
* Already handled as a nomal option, no need for special parsing.
1 parent 8d49acb commit f7a3c98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/launcher/java/org/truffleruby/launcher/CommandLineParser.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,6 @@ private void processArgument() throws CommandLineException {
416416
final String encodingName = argument.substring(argument.indexOf('=') + 1);
417417
config.setOption(OptionsCatalog.INTERNAL_ENCODING, encodingName);
418418
break FOR;
419-
} else if (argument.equals("--debug")) {
420-
throw notImplemented("--debug");
421419
} else if (argument.equals("--yydebug")) {
422420
disallowedInRubyOpts(argument);
423421
warnInternalDebugTool(argument);

0 commit comments

Comments
 (0)