Results 1 to 4 of 4

Thread: debugging in QT Creator

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2009
    Location
    Noida, India
    Posts
    517
    Thanks
    21
    Thanked 66 Times in 62 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default debugging in QT Creator

    is debugging not reliable at all in QT Creator? i mean, its taking hell long time to just load, i m sitting here waiting that it'll reach the first statement in main(), but it just doesnt.. any way to resolve this?

  2. #2
    Join Date
    Feb 2009
    Location
    Italy
    Posts
    15
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: debugging in QT Creator

    Qt Creator debugger is young let QT Creator developers enhance it

    Generally Debug Executable are slow cause they contains many other informations, there is also a FAQ on this

    http://www.qtsoftware.com/developer/...eloper/faqs/qt

    Qt Code:
    1. 1. Edit your qt\mkspecs\win32-msvc.net\qmake.conf file
    2. 2. Where it states -MDd change it to be -MD
    3. 3. Go into your qt directory
    4. 4. Do configure -redo
    5. 5. nmake
    To copy to clipboard, switch view to plain text mode 

    Regards,
    Giuseppe Bonfa'
    Happiness depends on being self-sufficient, and a master of mental attitude, self-sufficiency is achieved by living a life of Virtue - Cynics

  3. #3
    Join Date
    Feb 2009
    Location
    Noida, India
    Posts
    517
    Thanks
    21
    Thanked 66 Times in 62 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: debugging in QT Creator

    i m sure it is my friend i just wanted to know if it really is slow or cuz of sm mistake i made..its still a wonderful product..kudows to QT guys!

  4. #4
    Join Date
    Feb 2009
    Location
    Italy
    Posts
    15
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: debugging in QT Creator

    eheh yep is naturally slow , and var watcher need some improvement, but Qt Creator is a great great product and surely in the next updates will be more and more faster
    Happiness depends on being self-sufficient, and a master of mental attitude, self-sufficiency is achieved by living a life of Virtue - Cynics

Similar Threads

  1. Qt Creator: The process could not be started!
    By AlphaWolf in forum Qt Programming
    Replies: 5
    Last Post: 24th September 2009, 03:31
  2. Replies: 0
    Last Post: 18th February 2009, 19:17
  3. Program crashes with assert error in xcb_lock.c
    By Valheru in forum Qt Programming
    Replies: 3
    Last Post: 18th November 2007, 19:56
  4. KDE 3.5.0 crash while opening project
    By MarkoSan in forum KDE Forum
    Replies: 2
    Last Post: 19th October 2007, 16:21
  5. Debugging with gdb
    By SteM in forum Newbie
    Replies: 4
    Last Post: 9th August 2007, 14:40

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.