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:
parent
33edd0f974
commit
a597e27edd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue