Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to add debugger
Forum Update on Monday, May 27th 2025

How to add debugger

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 755 Views
  • 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 Offline
    M Offline
    mahalanobis
    wrote on 18 Mar 2016, 18:31 last edited by mahalanobis
    #1

    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
    0
    • C Online
      C Online
      Chris Kawa
      Lifetime Qt Champion
      wrote on 18 Mar 2016, 19:22 last edited by Chris Kawa
      #2

      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
      0

      1/2

      18 Mar 2016, 18:31

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved