wc.setAttribute(CloudFoundryDebuggingLaunchConfigDelegate.HOST_NAME, host);
wc.setAttribute(CloudFoundryDebuggingLaunchConfigDelegate.PORT, port + ""); //$NON-NLS-1$
wc.setAttribute(CloudFoundryDebuggingLaunchConfigDelegate.TIME_OUT, timeout + ""); //$NON-NLS-1$
wc.setAttribute(CloudFoundryDebuggingLaunchConfigDelegate.DEBUGGER_CONNECTION_ID,
getDebuggerConnectionIdentifier());
configuration = wc.doSave();
DebugUITools.setLaunchPerspective(launchConfigType, ILaunchManager.DEBUG_MODE,
IDebugUIConstants.ID_DEBUG_PERSPECTIVE);
return configuration;