diff --git a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/ICDTLaunchConfigurationConstants.java b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/ICDTLaunchConfigurationConstants.java index c0932d26813..71fb4d5c6b9 100644 --- a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/ICDTLaunchConfigurationConstants.java +++ b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/ICDTLaunchConfigurationConstants.java @@ -205,6 +205,12 @@ public interface ICDTLaunchConfigurationConstants { */ public static final int ERR_DEBUGGER_NOT_INSTALLED = 106; + /** + * Status code indicating a launch configuration does not specify a vaild + * program. + */ + public static final int ERR_PROGRAM_NOT_BINARY = 107; + /** * Status code indicating a the user did not specify a process id */