From a597e27edd0f673151f093f2b2e7555b5e8870bd Mon Sep 17 00:00:00 2001 From: John Cortell Date: Mon, 12 Apr 2010 15:33:40 +0000 Subject: [PATCH] [176636] CDT debugger shows the wrong source file if filenames are the same --- .../cdt/debug/mi/core/IMILaunchConfigurationConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }