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. In QT engine how to "Unable to create a debugging engine"?
Forum Update on Monday, May 27th 2025

In QT engine how to "Unable to create a debugging engine"?

Scheduled Pinned Locked Moved Unsolved General and Desktop
23 Posts 6 Posters 28.8k 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.
  • A amarism
    20 Nov 2018, 10:30

    @kshegunov i have already downloaded visual studio

    K Offline
    K Offline
    kshegunov
    Moderators
    wrote on 20 Nov 2018, 10:34 last edited by
    #13

    There's a separate package, which I believe is called "Window's developer tools", that is not included in Visual Studio. The console debugger (cdb, which you want) is packaged there.

    Read and abide by the Qt Code of Conduct

    A 1 Reply Last reply 20 Nov 2018, 10:37
    1
    • K kshegunov
      20 Nov 2018, 10:34

      There's a separate package, which I believe is called "Window's developer tools", that is not included in Visual Studio. The console debugger (cdb, which you want) is packaged there.

      A Offline
      A Offline
      amarism
      wrote on 20 Nov 2018, 10:37 last edited by
      #14

      @kshegunov i have already downloaded this one tools "SDT"
      0_1542710134377_Untitled.png

      K 1 Reply Last reply 20 Nov 2018, 10:42
      0
      • A amarism
        20 Nov 2018, 10:37

        @kshegunov i have already downloaded this one tools "SDT"
        0_1542710134377_Untitled.png

        K Offline
        K Offline
        kshegunov
        Moderators
        wrote on 20 Nov 2018, 10:42 last edited by
        #15

        Okay, that's good. It's been some time since I've set up a windows environment, but bear with me. As far as I can remember when you start that installer you have to choose components. When you do, make sure you've selected the console debugger to be installed. After you've installed it someplace, then you can just point Creator to it - that is create a debugger entry on the respective page in the creator configuration and then select it from the dropdown list in the kit configuration page.

        Read and abide by the Qt Code of Conduct

        A 1 Reply Last reply 20 Nov 2018, 10:49
        0
        • K kshegunov
          20 Nov 2018, 10:42

          Okay, that's good. It's been some time since I've set up a windows environment, but bear with me. As far as I can remember when you start that installer you have to choose components. When you do, make sure you've selected the console debugger to be installed. After you've installed it someplace, then you can just point Creator to it - that is create a debugger entry on the respective page in the creator configuration and then select it from the dropdown list in the kit configuration page.

          A Offline
          A Offline
          amarism
          wrote on 20 Nov 2018, 10:49 last edited by
          #16

          @kshegunov so i need to reinstall the window developer

          R K 2 Replies Last reply 20 Nov 2018, 10:54
          0
          • A amarism
            20 Nov 2018, 10:49

            @kshegunov so i need to reinstall the window developer

            R Offline
            R Offline
            Ratzz
            wrote on 20 Nov 2018, 10:54 last edited by
            #17

            @amarism
            Did you run the setup you downloaded?

            --Alles ist gut.

            A 1 Reply Last reply 20 Nov 2018, 10:59
            0
            • R Ratzz
              20 Nov 2018, 10:54

              @amarism
              Did you run the setup you downloaded?

              A Offline
              A Offline
              amarism
              wrote on 20 Nov 2018, 10:59 last edited by
              #18

              @Ratzz yes

              R 1 Reply Last reply 20 Nov 2018, 11:00
              0
              • A amarism
                20 Nov 2018, 10:59

                @Ratzz yes

                R Offline
                R Offline
                Ratzz
                wrote on 20 Nov 2018, 11:00 last edited by
                #19

                @amarism
                Did it install?
                Did you check in Qt Creator if debugger is detected?

                --Alles ist gut.

                1 Reply Last reply
                0
                • A amarism
                  20 Nov 2018, 10:49

                  @kshegunov so i need to reinstall the window developer

                  K Offline
                  K Offline
                  kshegunov
                  Moderators
                  wrote on 20 Nov 2018, 11:03 last edited by
                  #20

                  Take a look here: https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/

                  After you've made sure you have installed the console debugger, add an entry in the debuggers in Creator and select the path to it. Then you can add it to the kit.

                  Read and abide by the Qt Code of Conduct

                  1 Reply Last reply
                  0
                  • F Offline
                    F Offline
                    ferdna
                    wrote on 5 May 2019, 07:41 last edited by
                    #21

                    in my case i had to update the readline-7.0.XXX to readline-8.0.000 and it worked. just try gdb -v see if it works.

                    A 1 Reply Last reply 5 May 2019, 08:12
                    0
                    • F ferdna
                      5 May 2019, 07:41

                      in my case i had to update the readline-7.0.XXX to readline-8.0.000 and it worked. just try gdb -v see if it works.

                      A Offline
                      A Offline
                      aha_1980
                      Lifetime Qt Champion
                      wrote on 5 May 2019, 08:12 last edited by
                      #22

                      @ferdna how does that relate to Windows and CDB?

                      Qt has to stay free or it will die.

                      1 Reply Last reply
                      0
                      • V Offline
                        V Offline
                        vipul9995
                        wrote 28 days ago last edited by vipul9995
                        #23

                        IMG20250426102355.jpg

                        Debugger not recognised issue.

                        1 Reply Last reply
                        0

                        • Login

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