1
0
Fork 0
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:
David Inglis 2004-11-16 21:32:41 +00:00
parent 8692efd446
commit e0546e73af

View file

@ -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.