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 Updated to NodeBB v4.3 + New Features

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

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

    @Ratzz where we will get debugger

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

    @amarism
    As you see in link there is a path field. U can refer that path.

    --Alles ist gut.

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

      @amarism
      As you see in link there is a path field. U can refer that path.

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

      @Ratzz first i need to download this file or not "For CDB (Windows only), specify the path to the Windows Console Debugger executable."
      Beacuse in debugder colun nothing will be there.
      0_1542708840168_2a5fc066-c188-4014-aa84-2a778f17c3f3-image.png

      R 1 Reply Last reply 20 Nov 2018, 10:17
      0
      • A amarism
        20 Nov 2018, 10:14

        @Ratzz first i need to download this file or not "For CDB (Windows only), specify the path to the Windows Console Debugger executable."
        Beacuse in debugder colun nothing will be there.
        0_1542708840168_2a5fc066-c188-4014-aa84-2a778f17c3f3-image.png

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

        @amarism
        If Qt Creator does not show auto detected debugger then most likely u don't have debugger.
        U can manually add debugger if u have installed.
        Else u need to install windows debugger.

        --Alles ist gut.

        1 Reply Last reply
        2
        • A amarism
          20 Nov 2018, 10:08

          @Ratzz where we will get debugger

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

          @amarism said in In QT engine how to "Unable to create a debugging engine"?:

          @Ratzz where we will get debugger

          https://developer.microsoft.com/en-us/windows/downloads

          You want the "Developer's tools" (where cdb is) and probably the SDK (for headers and libraries).

          Read and abide by the Qt Code of Conduct

          A 1 Reply Last reply 20 Nov 2018, 10:30
          2
          • K kshegunov
            20 Nov 2018, 10:22

            @amarism said in In QT engine how to "Unable to create a debugging engine"?:

            @Ratzz where we will get debugger

            https://developer.microsoft.com/en-us/windows/downloads

            You want the "Developer's tools" (where cdb is) and probably the SDK (for headers and libraries).

            A Offline
            A Offline
            amarism
            wrote on 20 Nov 2018, 10:30 last edited by
            #12

            @kshegunov i have already downloaded visual studio

            K 1 Reply Last reply 20 Nov 2018, 10:34
            0
            • 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.

                              aha_1980A 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.

                                aha_1980A Offline
                                aha_1980A 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 on 26 Apr 2025, 04:57 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