{
status = ExitStatus.EXIT_OK;
String host = "localhost";
String ideKey = "1";
dbgpreader = new DBGPReaderCoSim(host, debugPort, ideKey, getInterpreter(), script, null);
int retryCountDown = 5;
int retried = 0;
while (dbgpreader.getStatus() == null)
{