Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
liaowenlen committed Dec 30, 2024
1 parent 22f8785 commit e8f6f8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ abstract class JavaProcessEngineConnLaunchBuilder
getLogDir(engineConnBuildRequest).trim.split(" ").foreach(commandLine += _)
commandLine += ("-Djava.io.tmpdir=" + variable(TEMP_DIRS))
if (EnvConfiguration.ENGINE_CONN_DEBUG_ENABLE.getValue) {
commandLine += s"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=49100"
commandLine += s"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=${variable(RANDOM_PORT)}"
}
commandLine += "-cp"
commandLine += variable(CLASSPATH)
Expand Down

0 comments on commit e8f6f8b

Please sign in to comment.