Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt Creator debugger issue

Qt Creator debugger issue

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    lorem
    wrote on last edited by
    #1

    Hello,

    I'm trying to debug a little software I'm developing and I'd need to step into the Qt library sources.

    I'm using Qt Creator 2.2.1 from an Ubuntu 11.10 installation.

    I downloaded Qt 4.8.0 from Git and built from that sources. "Make install" installed the lib in /usr/local/Trolltech/Qt-4.8.0.
    I started a new project in QtCreator and linked to my build of the libraries (added the lib in Tools->Options->Qt4 tab and selected from the project tab).

    When I start the debugger I can set breakpoint and step into the Qt functions that are written inline in the .h files, but I'm not able to jump to the functions and methods that are in the .cpp files. It seems that GDB doesn't find the source files.
    *.h files are found in the Trolltech path.

    Anyone can help me with this issue?

    thanks a lot
    Lorenzo

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved