How to add delays for launch configurations in Eclipse? -
i have launch group several launch configurations. when ran, configurations launched 1 after other quickly. i'm not sure if 1 launch needs "return" in fashion in order next start.
i add delay between of launches. either manual time duration: launch1, wait 2 seconds, launch2; or way tell next launch can happen now.
is there way in eclipse (i'm on 4.5.2)? maybe plugin or option in launch configuration? i'm open script option if can guide me.
in eclipse oxygen options became available launch group launch configuration. go run > run configurations...
, under launch group
add new configuration , add configurations want launch.
it's possible set delay in post launch action
:
Comments
Post a Comment