Debugging into a shared library source from consuming app, using QTCreator

Posted by morpheous on Stack Overflow See other posts from Stack Overflow or by morpheous
Published on 2010-05-27T11:58:15Z Indexed on 2010/05/27 12:01 UTC
Read the original article Hit count: 302

Filed under:
|
|
|
|

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?

© Stack Overflow or respective owner

Related posts about c++

Related posts about qt