Author Topic: debugging in C::B  (Read 3432 times)

Gibbz

  • Guest
debugging in C::B
« 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

Gibbz

  • Guest
Re: debugging in C::B
« Reply #1 on: October 13, 2007, 03:38:42 am »
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 :(