protected ModuleBasedConfiguration createInstance() {
return new HXCPPRemoteDebugConfiguration(getName(), getProject(), HXCPPRemoteRunConfigurationType.getInstance());
}
public SettingsEditor<? extends RunConfiguration> getConfigurationEditor() {
return new HXCPPRunConfigurationEditorForm(getProject());
}