Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Debugger duplicated name issue

Because it will only work if you compile binaries on the same machine and same path as you project is. In many cases it is not true, eclipse projects are usually not in the same path as sources and many people use IDE for debugging but not for building.

Vladimir Prus wrote:
On Tuesday 10 June 2008 17:24:15 Elena Laskavaia wrote:
I don't exactly understand... You have 2 files with the same basename in the project? If it is breakpoints related you can enable flag "Use full file path for breakpoints" in Debug tab of launch configuration.

Speaking of which, why is this not on by default? On Linux, with any recent
GDB version, full paths are much more reliable. There are issues on windows,
but if there's a way to make this on by default on Linux, I would be great.

- Volodya
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top