});
ph.start();
if(mode.equals(org.eclipse.debug.core.ILaunchManager.DEBUG_MODE)){
IDebugTarget target = new XVRDebugTarget(launch, p, commandPort, eventPort, ph);
launch.addDebugTarget(target);
}
//return null;//(IOConsole)DebugUITools.getConsole(p);
}