Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. cdb.exe no longer in the Windows Kits folder!?
Qt 6.11 is out! See what's new in the release blog

cdb.exe no longer in the Windows Kits folder!?

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
5 Posts 4 Posters 221 Views 3 Watching
  • 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.
  • HoMaH Offline
    HoMaH Offline
    HoMa
    wrote last edited by
    #1

    After a system update I installed Visual Studio 2022 Build Tools and QtCreator. Debugging felt odd, so I checked and found, that lldb was used. I searched the usual places, but cdb.exe is not, where it used to be. (Windows Kits/version/x64/ ... or similar).
    Did I miss something? how else can I get the debugger of choice on windows?

    Best regards!

    1 Reply Last reply
    0
    • Christian EhrlicherC Christian Ehrlicher moved this topic from General and Desktop
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote last edited by
      #2

      Hi,

      Did you already checked this Wiki page about Windows debugging with Qt Creator ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      HoMaH 1 Reply Last reply
      1
      • S Offline
        S Offline
        SimonSchroeder
        wrote last edited by
        #3

        To make the answer short: VS uses its internal debugger. For Qt Creator you need to install the debugging tools separately (VS doesn't need them and thus doesn't offer them).

        1 Reply Last reply
        1
        • SGaistS SGaist

          Hi,

          Did you already checked this Wiki page about Windows debugging with Qt Creator ?

          HoMaH Offline
          HoMaH Offline
          HoMa
          wrote last edited by
          #4

          @SGaist
          Even so much of the content of the wiki seems very old (It talks about Windows SDK 7.1 and 8 and Visual Stuido 2012 ... ) it somewhat helped me to solve the issue:
          Installing the Visual Studio Build tools - even so it says, that it comes with a Windows SDK - did not install the debug executalbe. And installing Visual Studio did not do it.

          BUT: Installing the Windows SDK from here:
          https://learn.microsoft.com/en-us/windows/apps/windows-sdk/downloads
          did do the trick. It was an akward installation experiance, but it worked... It actually updated the files in the windows kits/10/... folder I already had and added the executable.
          So: Solved ! Thx to anyone who tried to help!

          1 Reply Last reply
          1
          • HoMaH HoMa has marked this topic as solved
          • Christian EhrlicherC Offline
            Christian EhrlicherC Offline
            Christian Ehrlicher
            Lifetime Qt Champion
            wrote last edited by
            #5

            Googling for 'cdb download' gives me this as first link: https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/debugger-download-tools

            Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
            Visit the Qt Academy at https://academy.qt.io/catalog

            1 Reply Last reply
            1

            • Login

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