mirror of
https://github.com/corda/corda.git
synced 2025-01-30 08:04:16 +00:00
[M10 Fixes] - remote debug flag fix (#494)
This commit is contained in:
parent
e0c548d4fa
commit
bf90b140c1
@ -26,7 +26,7 @@ object ProcessUtilities {
|
||||
val separator = System.getProperty("file.separator")
|
||||
val classpath = System.getProperty("java.class.path")
|
||||
val javaPath = System.getProperty("java.home") + separator + "bin" + separator + "java"
|
||||
val debugPortArgument = if (jdwpPort == null) {
|
||||
val debugPortArgument = if (jdwpPort != null) {
|
||||
listOf("-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=$jdwpPort")
|
||||
} else {
|
||||
emptyList()
|
||||
|
Loading…
x
Reference in New Issue
Block a user