Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Strange behavior when debugging "similar" projects

Hi all!!!
 
I've noticed strange behavior of Debug model in following case:
I have 2 projects(p1 and p2) with identical-named source files and identical-named exe-files, for example, 1.c and prog.exe.  
At first I create new debug configuration with p1 as project and prog.exe as application. Everything is fine. After that I open Debug configuration window and simply change p1 to p2 in "Project" field and then press "Debug" button. As a result I see that CDT debugging p2 project but debug cursor positioning on p1/1.c instead of p2/1.c.
 
Great Thanks,
 
Igor S. Zamyatin
Interstron Ltd.

Back to the top