I am working on a large project that contains some .cpp files with the same
name (in separate sub folders obviously).  The issue I have is setting a
breakpoint in one of those files confuses Qt Creator and stops at the same
line number in the wrong file.  For example, if my project contains
\subfolder1\foo.cpp and subfolder2\foo.cpp and I set a breakpoint at line 10
in \subfolder2\foo.cpp it actually stops at line 10 in \subfolder1\foo.cpp.

The naming of these .cpp files is out of my control sadly.  Is this a known
issue and can it be worked around?  I am using CDB and Qt Creator 2.0.1.
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to