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:
parent
6a8a5296bb
commit
119a911081
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue