Results 1 to 4 of 4

Thread: Qt Creator doesn't stop at breakpoints

  1. #1
    Join Date
    Apr 2009
    Posts
    5
    Qt products
    Qt4
    Platforms
    Windows

    Default Qt Creator doesn't stop at breakpoints

    Hy, I've searched around, but didn't find any solution to the problem. Everything runs fine, but it just ignores breakpoints.

  2. #2
    Join Date
    Apr 2009
    Posts
    5
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qt Creator doesn't stop at breakpoints

    Okay, the problem is I'm using vs2008 for building the project, but I have Mingw installed also. Is there a way to use that one, or I need to reinstall / reconfigure Qt for that?

  3. #3
    Join Date
    Aug 2007
    Posts
    166
    Thanks
    16
    Thanked 14 Times in 14 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt Creator doesn't stop at breakpoints

    In order to debug your applications with Qt Creator you have to use MinGW as compiler and gdb as debugger. You can compile with the vs2008 compiler but you can't debug with it in Qt Creator, the FAQ says that QtSoftware are working on implementing the vs debugger in to Qt Creator but it is not clear when it will be ready.

  4. #4
    Join Date
    Dec 2006
    Posts
    23
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt Creator doesn't stop at breakpoints

    Okay, but what if you've compiled with mingw32 and are using gdb? I have created a debug exe, but it completely ignores the breakpoints. Also, for some reason I only have the "release" option under "build->Set Build Configuration", but I can open my .pro file and set the config option to += debug and it creates a debug version.
    Any ideas?

Similar Threads

  1. Replies: 0
    Last Post: 18th March 2009, 12:56
  2. ¿How to stop thread that is capturing from a webcam?
    By JoseTlaseca in forum Qt Programming
    Replies: 8
    Last Post: 28th August 2008, 05:45
  3. Stop the thread
    By santosh.kumar in forum Qt Programming
    Replies: 1
    Last Post: 14th May 2007, 11:29

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.