Results 1 to 4 of 4

Thread: QTCreator Mac - Unable to debug properly?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Re: QTCreator Mac - Unable to debug properly?

    Ok folks, I figured it all out. It works know. I think this had to do with the support x86 & x86_64
    rather than to the compiler version. What I did is:

    1) Remove QT & QT Creator:
    sudo /Developer/Tools/uninstall-qt.py
    2) Remove Xtools (Developer tools)
    sudo /Developer/Library/uninstall-devtools --mode=all
    3) Install Xtools (supporting apps for 10.4)
    4) Install Qt 4.7
    5) Install Qt Creator 2.0.1beta

    I run the build for Debugging Helper in Preferences, and the
    same example works as charm

    I hope this helps someone.

  2. #2

    Default Re: QTCreator Mac - Unable to debug properly?

    I am experiencing a new problem with QtCreator. I am unable to
    set the content of STL containers when debugging if these are
    define using typdef. For example, With something like:

    std::vector<int> myVector,

    I am able to see its content with no problems. However, with:

    typdef std::vector<int> tVector;
    tVector myVector;

    It doesn't work. It's not able to show the content. It's like it
    wouldn't have the debugging helper on.

    This wouldn't be a big issue, but all my code has typedef.
    I tried with the last official version and with the nightly build,
    but the problem persists.

    Do you know if this is a known issue? does this catalogs as
    a bug?

    Thanks.

Similar Threads

  1. MYSQL plugin seems to be built properly, but not loaded in QtCreator [Windows]
    By GabrielGray in forum Installation and Deployment
    Replies: 1
    Last Post: 29th June 2010, 19:38
  2. How do i debug in QtCreator?
    By payal in forum Qt Tools
    Replies: 6
    Last Post: 25th February 2010, 10:03
  3. Unable to properly implement a QRubberBand
    By jamadagni in forum Qt Programming
    Replies: 1
    Last Post: 8th April 2009, 12:39
  4. unable to save QCStrings properly in a buffer
    By nass in forum Qt Programming
    Replies: 13
    Last Post: 15th November 2006, 20:49
  5. Unable to execute in Debug Mode
    By Kapil in forum Installation and Deployment
    Replies: 38
    Last Post: 5th April 2006, 07:27

Tags for this Thread

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.