Debugging into a shared library source from consuming app, using QTCreator
- by morpheous
I am using QTCreator (1.3.1) on Ubuntu Karmic.
I have built two projects:
a shared library
an application that links to the shared library
I am debugging the application, and need to step into the implementation (i.e. the source) of one of the functions exported by the shared library.
Does anyone know how to setup the QTCreator to allow me to step into the source of a shared library?