Skip to main content

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

Hello devs,

probably it is known issue, as some other issues with duplicated names and 
considered minor ( huh? )

If you have a project PRNAME and a folder in other project PRTEST with the 
same name, debugger tries to open source file in project PRNAME, while 
expected to open it from folder PRTEST/PRNAME. File open action triggered 
from other source file in debugging mode on Step Into action.

PRTEST
|- file1.cpp
`-PRNAME
   `-file.cpp
<closed>PRNAME

Debugger: cannot open file /PRNAME/file.cpp

Eclipse Platform
Version: 3.4.0
Build id: I20080502-0100

CDT: 5.0.0 20080523-1539

-- 
Kind regards,
Gregory Smirnov



Back to the top