1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 11:25:35 +02:00
This commit is contained in:
John Cortell 2010-04-14 23:11:01 +00:00
parent 6cb03e08de
commit 697b118ca5

View file

@ -90,6 +90,7 @@ public interface IMILaunchConfigurationConstants {
/** /**
* Launch configuration default attribute value. The key is ATTR_DEBUGGER_FULLPATH_BREAKPOINTS. * 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;
} }