In my source tree, I have some files with duplicate names. Not really a problem since they are isolated per platform, i.e. “FileReader.cpp” exists in android/ and linux/ but when building for linux, the android/ directory is never touched.
Now, when debugging within Eclipse (on Linux) Eclipse opens up the wrong file! Not quite sure how, since it seems that GDB is sending the full pathname.
Any ideas ? I know I can get around this by renaming the file, but I’d rather not.
You probably worked this out by now 🙂
The correct answer is here http://www.eclipse.org/forums/index.php/m/636687/: