Searched refs:debugPort (Results 1 – 7 of 7) sorted by relevance
44 private Integer debugPort; field in VmCommandBuilder108 public VmCommandBuilder debugPort(Integer debugPort) { in debugPort() method in VmCommandBuilder109 this.debugPort = debugPort; in debugPort()177 if (debugPort != null) { in build()179 + debugPort + ",server=y,suspend=y"); in build()
49 if (run.debugPort != null) { in execute()50 target.forwardTcp(run.debugPort); in execute()
156 .debugPort(run.debugPort) in createActionCommand()
83 public final Integer debugPort; field in Run136 this.debugPort = vogar.debugPort; in Run()200 this.debugging = (vogar.debugPort != null) || vogar.debugApp; in Run()
120 Integer debugPort; field in Vogar477 if (benchmark || debugPort != null) { in parseArgs()532 if (modeId == ModeId.ACTIVITY && debugPort != null) { in parseArgs()
88 if (run.debugPort != null) { in newVmCommandBuilder()
135 if (run.debugPort != null) { in newVmCommandBuilder()