if (phpDebuggerConfiguration == null) {
return;
}
// Open the edit dialog after creating it's content by calling the
// AbstractDebuggerConfiguration#openConfigurationDialog
phpDebuggerConfiguration.openConfigurationDialog(Display.getDefault()
.getActiveShell());
fPHPDebuggers.refresh(phpDebuggerConfiguration);
commitChanges();
}