+ " seconds while waiting for python script to connect.";
throw new CoreException(PydevDebugPlugin.makeStatus(IStatus.ERROR, message, ex));
}
subMonitor.subTask("Done");
// hook up debug model, and we are off & running
launch.setSourceLocator(new PySourceLocator());
t.startTransmission(socket); // this starts reading/writing from sockets
t.initialize();
t.addConsoleInputListener();
}