Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Cortell2010-04-12 15:33:40 +0000
committerJohn Cortell2010-04-12 15:33:40 +0000
commita597e27edd0f673151f093f2b2e7555b5e8870bd (patch)
tree1a802b78ceb2464b7a37d491663d39423015d8d3 /debug/org.eclipse.cdt.debug.mi.core
parent33edd0f974b4c341f181e9ebce4f26dd7bbfa3ee (diff)
downloadorg.eclipse.cdt-a597e27edd0f673151f093f2b2e7555b5e8870bd.tar.gz
org.eclipse.cdt-a597e27edd0f673151f093f2b2e7555b5e8870bd.tar.xz
org.eclipse.cdt-a597e27edd0f673151f093f2b2e7555b5e8870bd.zip
[176636] CDT debugger shows the wrong source file if filenames are the same
Diffstat (limited to 'debug/org.eclipse.cdt.debug.mi.core')
-rw-r--r--debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/IMILaunchConfigurationConstants.java2
1 files changed, 1 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 9ba7e4b8507..b80c5760811 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
@@ -91,5 +91,5 @@ public interface IMILaunchConfigurationConstants {
/**
* Launch configuration default attribute value. The key is ATTR_DEBUGGER_FULLPATH_BREAKPOINTS.
*/
- public static final boolean DEBUGGER_FULLPATH_BREAKPOINTS_DEFAULT = false;
+ public static final boolean DEBUGGER_FULLPATH_BREAKPOINTS_DEFAULT = true;
}

Back to the top