Home
last modified time | relevance | path

Searched refs:debugSuspend (Results 1 – 2 of 2) sorted by relevance

/dports/biology/gatk/gatk-4.2.0.0/
H A Dgatk139 debugSuspend = "--debug-suspend" in args
140 if debugSuspend:
141 debugSuspend = True
175 …sparkRunner, sparkSubmitCommand, dryRun, gatkArgs, sparkArgs, javaOptions, debugPort, debugSuspend)
203 def getLocalGatkRunCommand(javaOptions, debugPort, debugSuspend):
211 if debugSuspend:
355 …er, suppliedSparkSubmitCommand, dryrun, gatkArgs, sparkArgs, javaOptions, debugPort, debugSuspend):
357 cmd = getLocalGatkRunCommand(javaOptions, debugPort, debugSuspend) + gatkArgs + sparkArgs
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.examples.core/pdavm/src/org/eclipse/debug/examples/pdavm/
H A DPDAVirtualMachine.java753 debugSuspend(args); in processDebugCommand()
1219 void debugSuspend(Args args) { in debugSuspend() method in PDAVirtualMachine