1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

[176636] CDT debugger shows the wrong source file if filenames are the same

This commit is contained in:
John Cortell 2010-04-12 15:33:40 +00:00
parent 33edd0f974
commit a597e27edd

View file

@ -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;
}