1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00

new error constant

This commit is contained in:
David Inglis 2004-10-27 14:51:41 +00:00
parent 6a8a5296bb
commit 119a911081

View file

@ -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
*/