mirror of https://github.com/sbt/sbt.git
Fix --jvm-debug not working on Windows
This commit is contained in:
parent
c6ac5619ed
commit
8143bbfc24
|
|
@ -375,6 +375,9 @@ if defined _jvm_debug_arg (
|
|||
rem next argument wasn't a port, set a default and process next arg
|
||||
set /A JVM_DEBUG_PORT=5005
|
||||
goto args_loop
|
||||
) else (
|
||||
shift
|
||||
goto args_loop
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue