Hi all !
I'm completely lost with debugging my application usign DDD (X interfarce
for gdb).
My executable project is using 3 dynamic library ( libXXX.so), and in 1 of
those, I got a crash.
So I run DDD with the name of my executable, the main.cpp source file is
opened, but
I DON'T KNOW HOW TO DEBUGGUG INTO THE SOURCE FILES OF THE DYNAMIC LIBRARY !
I'ver tried to open the source file of my dynamic library, but the program
is not stopping when I put a breakpoint !!
Why ????
However, when I put a breakpoitn into the main.cpp source file, no problem
it stopped.
I hope that someone could help me !
Thanks in advance.
Karim