mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-22 08:25:25 +02:00
Revert last commit. Reason: https://bugs.eclipse.org/bugs/show_bug.cgi?id=176636#c22
This commit is contained in:
parent
6cb03e08de
commit
697b118ca5
1 changed files with 2 additions and 1 deletions
|
@ -90,6 +90,7 @@ public interface IMILaunchConfigurationConstants {
|
|||
|
||||
/**
|
||||
* Launch configuration default attribute value. The key is ATTR_DEBUGGER_FULLPATH_BREAKPOINTS.
|
||||
* To see why this default is FALSE, see bug 176636
|
||||
*/
|
||||
public static final boolean DEBUGGER_FULLPATH_BREAKPOINTS_DEFAULT = true;
|
||||
public static final boolean DEBUGGER_FULLPATH_BREAKPOINTS_DEFAULT = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue