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. _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
