// Set the debugger ID and the configuration delegate for this launch
// configuration
String debuggerID = PHPProjectPreferences.getDefaultDebuggerID(project);
wc.setAttribute(PHPDebugCorePreferenceNames.PHP_DEBUGGER_ID, debuggerID);
AbstractDebuggerConfiguration debuggerConfiguration = PHPDebuggersRegistry
.getDebuggerConfiguration(debuggerID);
wc.setAttribute(
PHPDebugCorePreferenceNames.CONFIGURATION_DELEGATE_CLASS,
debuggerConfiguration.getWebLaunchDelegateClass());
wc.setAttribute(Server.NAME, server.getName());
wc.setAttribute(Server.FILE_NAME, fileName);
wc.setAttribute(Server.BASE_URL, "");