Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Unsolved How to add debugger

    General and Desktop
    2
    2
    623
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mahalanobis last edited by mahalanobis

      I'm on Windows 10, I use the Visual Studio 2013 compiler but I don't have a debugger installed in Qt Creator. How can I install a proper debugger? Earlier I too a look at this page http://doc.qt.io/qtcreator/creator-debugger-engines.html but it didn't really help me. Shouldn't all those necessary elements(compiler, debugger) be installed while installing Qt automatically?

      1 Reply Last reply Reply Quote 0
      • Chris Kawa
        Chris Kawa Moderators last edited by Chris Kawa

        Hi, please use search before posting. This question is asked, answered and discussed roughly every week. In short - get a copy of Windows SDK and during installation check only the "Debugging tools for windows" option.

        As you might know Visual Studio and CDB are owned by Microsoft and their licensing does not allow bundling them with most 3rd party software, especially a competing IDE like Qt Creator. If you want a "one stop" package use the MinGW compiler. The Qt package for it contains the Qt library, the compiler, debugger and Qt Creator automatically set up to use them. With Microsoft's toolchain you'll have to install it first separately. No way around it.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post