Code::Blocks Forums
User forums => Help => Topic started by: Gibbz on October 11, 2007, 11:13:50 am
-
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
-
Anyone know whats going wrong?
Im using fedora 7 i386. Using build CB_20070105_rev3461_fc4+5.i586.rpm thats the latest i could find.....
Im stuck without this :(