Skip to content

Commit 5bfb8c2

Browse files
committed
accept -d (debug) flag
1 parent f0f62c7 commit 5bfb8c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python.shell/src/com/oracle/graal/python/shell/GraalPythonMain.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ protected List<String> preprocessArguments(List<String> givenArgs, Map<String, S
129129
case "-O":
130130
case "-OO":
131131
case "-R":
132+
case "-d":
132133
break;
133134
case "-q":
134135
quietFlag = true;

0 commit comments

Comments
 (0)