Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » How to debug a project with 2 equal filenames?
How to debug a project with 2 equal filenames? [message #482489] Wed, 26 August 2009 19:14 Go to next message
Vadim is currently offline VadimFriend
Messages: 8
Registered: July 2009
Junior Member
Hi all!

I have a third party source code, which I use in my project. Let's say my
project is in /home/me/project. In the thrd party code there are two files
with name test.c, but in different directories: /home/me/ext/test.c and
/home/me/ext/another/test.c. /home/me/ext/test.c uses functions from
/home/me/ext/another/test.c.
I can specify 'Source Lookup Path' in Eclipse, but Eclipse is not
intelligent. If the first specified path is /home/me/ext, then Eclipse
will see only /home/me/ext/test.c. And vice versa.

The only solution I can think of will be to rename one of the test.c
files. Maybe there is a better solution?

Thanks.
Re: How to debug a project with 2 equal filenames? [message #482494 is a reply to message #482489] Wed, 26 August 2009 19:16 Go to previous message
Vadim is currently offline VadimFriend
Messages: 8
Registered: July 2009
Junior Member
Oops, seems to be the wrong forum. Sorry.
Previous Topic:How to open function body, not a declaration?
Next Topic:Project files, execution environment and svn
Goto Forum:
  


Current Time: Sat Apr 27 01:13:01 GMT 2024

Powered by FUDForum. Page generated in 0.03157 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top