mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00
Enhanced comment
This commit is contained in:
parent
2b6a99dd42
commit
7732cae61f
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ public interface ICDTLaunchConfigurationConstants {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Launch configuration attribute key. The value is the startup mode for the
|
* Launch configuration attribute key. The value is the startup mode for the
|
||||||
* debugger.
|
* debugger (a ICDTLaunchConfigurationConstants.DEBUGGER_MODE_XXXXX constant)
|
||||||
*/
|
*/
|
||||||
public static final String ATTR_DEBUGGER_START_MODE = CDT_LAUNCH_ID + ".DEBUGGER_START_MODE"; //$NON-NLS-1$
|
public static final String ATTR_DEBUGGER_START_MODE = CDT_LAUNCH_ID + ".DEBUGGER_START_MODE"; //$NON-NLS-1$
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue