Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorJohn Cortell2010-04-14 23:11:01 +0000
committerJohn Cortell2010-04-14 23:11:01 +0000
commit697b118ca513be0a19f94db521159dca1bbb342d (patch)
tree4ce6d08c06ca952384a8ac642ee96080c698f3c6 /debug
parent6cb03e08de1f96f40b3e5466f97ba3ec40590915 (diff)
downloadorg.eclipse.cdt-697b118ca513be0a19f94db521159dca1bbb342d.tar.gz
org.eclipse.cdt-697b118ca513be0a19f94db521159dca1bbb342d.tar.xz
org.eclipse.cdt-697b118ca513be0a19f94db521159dca1bbb342d.zip
Revert last commit. Reason: https://bugs.eclipse.org/bugs/show_bug.cgi?id=176636#c22
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/IMILaunchConfigurationConstants.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/IMILaunchConfigurationConstants.java b/debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/IMILaunchConfigurationConstants.java
index b80c5760811..c66d2464b6f 100644
--- a/debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/IMILaunchConfigurationConstants.java
+++ b/debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/IMILaunchConfigurationConstants.java
@@ -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;
}

Back to the top