Hy,
I have Eclipse CDT C++ application project that uses shared library. This library is compiled with debug info and its' source is available at the right path.
Now I try to debug my application with Eclipse and GDB. If I put breakpoints in my application source code, everything is fine. Then I open a source file of the included shared lib and put the breakpoint there. When launching the debug session I am warned that "No source file named xxx.cpp in loaded symbols" and execution is't stoped at that point. If I put the same breakpoint in the same file when debuging session is already running, everything works fine. What is wrong???
Thanks for your help