[Qt-creator] Problem setting breakpoints in shared library code

Jon Crowe jonc at ukfsn.org
Sat Apr 10 19:08:10 CEST 2010


Hello,

Qt-Creator V.1.3.1 on linux, using gcc and gdb.

I have a subdirs project that has two sub projects: a test application, and 
a shared library. These build and run successfully. I can set breakpoints in 
the test application before running that are hit correctly during debugging.

However, any breakpoints in the shared library code that are set before 
running do not get hit. Once the shared library is loaded on running the 
test application, I can set breakpoints in the shared library code that 
interrupt correctly.

Is there any way I can set breakpoints in the shared library code before 
running that will be honoured by gdb?

Thanks,

Jon.



More information about the Qt-creator-old mailing list