mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
added terminal default constant
This commit is contained in:
parent
8692efd446
commit
e0546e73af
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@ public interface ICDTLaunchConfigurationConstants {
|
|||
*/
|
||||
public static final String ATTR_USE_TERMINAL = CDT_LAUNCH_ID + ".use_terminal";
|
||||
|
||||
public static final boolean USE_TERMINAL_DEFAULT = true;
|
||||
|
||||
/**
|
||||
* Launch configuration attribute key. The value is the debugger id used
|
||||
* when launching a C/C++ application for debug.
|
||||
|
|
Loading…
Add table
Reference in a new issue