Results 1 to 2 of 2

Thread: How to debug projects under Qt 5.1/MSVC2012

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2012
    Posts
    28
    Thanks
    5
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Question How to debug projects under Qt 5.1/MSVC2012

    I can run Qt5.1/MINGW and debug my applications smoothly.
    I would like to do the same with Qt5.1/MSVC2012.

    Therefore I've installed on my PC (running win8):
    - Microsoft visual studio express 2012 for desktop
    - Qt 5.1/msvc2012

    My projects run smoothly.
    But when I try to debug any of them, I get an error message box saying: “no debugger set up”.

    On the QT-project site I’ve read that I should
    “install the Debugging tools for Windows. You can download them from Download and Install Debugging Tools for Windows.”
    However, the Microsoft's site says that now I cannot install debugging tools alone; and that I must install instead Microsoft Visual Studio Express 2012, that I did.

    What should I do now to set up the debugger? Should maybe I tell Qt something about VC's paths?

    I thank in advance anyone that wants to help.

    MC

  2. #2
    Join Date
    Aug 2013
    Location
    Malaysia
    Posts
    1
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: How to debug projects under Qt 5.1/MSVC2012

    >>But when I try to debug any of them, I get an error message box saying: “no debugger set up”.

    I had the same error. Managed to solve them after installing Windows Debugging Tools
    http://msdn.microsoft.com/en-US/wind...ware/gg463009/
    I choose only the SDK debugging Tools . After installation, QT Creator managed to auto detect the CDB engine at my next attempt to run in debug mode.

Similar Threads

  1. How to configure for Windows XP target when building with MSVC2012?
    By Maximum in forum Installation and Deployment
    Replies: 0
    Last Post: 18th February 2013, 10:31
  2. Qt5 and MSVC2012 - unresolved external error
    By Blood9999 in forum Newbie
    Replies: 2
    Last Post: 16th February 2013, 20:26
  3. Replies: 1
    Last Post: 16th January 2013, 06:37
  4. Replies: 2
    Last Post: 7th September 2010, 21:19
  5. Replies: 11
    Last Post: 22nd March 2006, 19:06

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.