Results 1 to 2 of 2

Thread: QT creator debugging problem

  1. #1
    Join Date
    Aug 2012
    Posts
    33
    Qt products
    Qt3
    Platforms
    Unix/X11

    Default QT creator debugging problem

    Hi...
    My application compiled well and when i set a break point and start debugging it shows
    "THIS DOES NOT SEEMS TO BE A DEBUG BUILD"

    can any one explain how to fix it.

  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: QT creator debugging problem

    Do a clean rebuild of your application as a debug build.
    Qt Code:
    1. qmake CONFIG+=debug
    2. make
    To copy to clipboard, switch view to plain text mode 

Similar Threads

  1. Qt Creator debugging problem - GDB
    By tamscot in forum Qt Tools
    Replies: 4
    Last Post: 3rd March 2013, 11:48
  2. Creator/debugging
    By jhowland in forum Qt Programming
    Replies: 1
    Last Post: 21st October 2010, 09:16
  3. qt creator debugging problem
    By sujan.dasmahapatra in forum Qt Programming
    Replies: 1
    Last Post: 16th December 2009, 21:10
  4. Debugging in QT Creator
    By cae in forum Qt Tools
    Replies: 6
    Last Post: 16th November 2009, 12:45
  5. debugging in QT Creator
    By talk2amulya in forum Qt Tools
    Replies: 3
    Last Post: 22nd February 2009, 06:50

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
  •  
Qt is a trademark of The Qt Company.