String format= LaunchingMessages.StandardVMRunner__0____1___2;
String label = NLS.bind(format, new String[] { cmdLine[0], ts.toString() });
IProcess process= newProcess(launch, p, label, getDefaultProcessMap());
process.setAttribute(IProcess.ATTR_CMDLINE, renderCommandLineInternal(cmdLine));
subMonitor.worked(1);
subMonitor.subTask(LaunchingMessages.StandardVMDebugger_Establishing_debug_connection____5);
boolean retry= false;
do {
try {
ConnectRunnable runnable = new ConnectRunnable(connector, map);