okay im porting some code from windows written in visual studio
to linux using gcc and codeblocks.
it all compiles fine, how ever debugging doesnt work. its looking in the wrong location for my files so says it cannot find the file to open for debugging.
i'm failing to see how it cant find them as it compiles perfectly fine.
im using multiple projects.
lets say i have a test project:
programming/test/test.cpp
and it links to the library code:
programming/myLibrary/someLib.cpp
the debugger would say:
cant find programming/test/someLib.cpp
any ideas on a work around for this? i can only debug test.cpp