Results 1 to 2 of 2

Thread: How to step into Qt API when using Qt-creator to debug my program on linux.

  1. #1
    Join Date
    Feb 2013
    Posts
    3
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default How to step into Qt API when using Qt-creator to debug my program on linux.

    hello everyone!
    I would like to step into code of Qt resourse when i debuging my program just like QWidget::keyPressEvent() and QObject:bjectName(),etc.
    I have configure my Qt with ./configure -debug ,but it still doesn't work.
    what should i do.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: How to step into Qt API when using Qt-creator to debug my program on linux.

    A Qt resource, the result of running qrc on your *.qrc files, contains very little code: one routine to register the resource, and one to clean up (both one-liners), and a bunch of static data structures. What are you hoping to achieve?

Similar Threads

  1. Replies: 2
    Last Post: 6th April 2013, 00:34
  2. Qt Creator Can't debug the program with OpenCV in Qt Creator
    By nimingzhe2008 in forum Qt Tools
    Replies: 6
    Last Post: 15th June 2012, 15:04
  3. Replies: 2
    Last Post: 9th October 2010, 05:34
  4. How to step inside(debug) webkit code?
    By nish in forum Qt Programming
    Replies: 5
    Last Post: 30th December 2009, 12:23
  5. QT Program debug,GDB on Linux
    By darpan in forum General Programming
    Replies: 1
    Last Post: 26th January 2007, 22:02

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.