mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 16:56:04 +02:00
New constant - the default value for the "stop at main" property.
This commit is contained in:
parent
696f4f29fd
commit
4be67e62ed
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-08-18 Mikhail Khodjaiants
|
||||
New constant - the default value for the "stop at main" property.
|
||||
* ICDTLaunchConfigurationConstants.java
|
||||
|
||||
2004-08-14 Alain Magloire
|
||||
Fix for 71992.
|
||||
* CType.java
|
||||
|
|
|
@ -103,9 +103,9 @@ public interface ICDTLaunchConfigurationConstants {
|
|||
public static final String ATTR_DEBUGGER_ENABLE_VARIABLE_BOOKKEEPING = CDT_LAUNCH_ID + ".ENABLE_VARIABLE_BOOKKEEPING"; //$NON-NLS-1$
|
||||
|
||||
/**
|
||||
* Launch configuration attribute key. Boolean value to set the 'deferred breakpoints' property of debugger.
|
||||
* Launch configuration attribute value. The key is ATTR_DEBUGGER_STOP_AT_MAIN.
|
||||
*/
|
||||
// public static final String ATTR_DEBUGGER_DEFERRED_BREAKPOINTS = CDT_LAUNCH_ID + ".DEFERRED_BREAKPOINTS"; //$NON-NLS-1$
|
||||
public static boolean DEBUGGER_STOP_AT_MAIN_DEFAULT = true;
|
||||
|
||||
/**
|
||||
* Launch configuration attribute value. The key is ATTR_DEBUGGER_START_MODE.
|
||||
|
|
Loading…
Add table
Reference in a new issue