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

    @Ratzz 0_1542708022629_f01e9d16-e74c-4c39-8973-a7ad86a51909-image.png

    RatzzR Offline
    RatzzR Offline
    Ratzz
    wrote on last edited by
    #4

    @amarism
    Can you click on the Auto-detected kit? http://doc.qt.io/qtcreator/creator-targets.html

    --Alles ist gut.

    A 1 Reply Last reply
    1
    • RatzzR Ratzz

      @amarism
      Can you click on the Auto-detected kit? http://doc.qt.io/qtcreator/creator-targets.html

      A Offline
      A Offline
      amarism
      wrote on last edited by
      #5

      @Ratzz 0_1542708184664_b9f722c3-7905-41f6-86aa-239533bb9e67-image.png

      RatzzR 1 Reply Last reply
      0
      • A amarism

        @Ratzz 0_1542708184664_b9f722c3-7905-41f6-86aa-239533bb9e67-image.png

        RatzzR Offline
        RatzzR Offline
        Ratzz
        wrote on last edited by
        #6

        @amarism
        As you see you do not have debugger . Can you follow this http://doc.qt.io/qtcreator/creator-debuggers.html?

        --Alles ist gut.

        A 1 Reply Last reply
        3
        • RatzzR Ratzz

          @amarism
          As you see you do not have debugger . Can you follow this http://doc.qt.io/qtcreator/creator-debuggers.html?

          A Offline
          A Offline
          amarism
          wrote on last edited by
          #7

          @Ratzz where we will get debugger

          RatzzR kshegunovK 2 Replies Last reply
          0
          • A amarism

            @Ratzz where we will get debugger

            RatzzR Offline
            RatzzR Offline
            Ratzz
            wrote on 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
            0
            • RatzzR Ratzz

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

              A Offline
              A Offline
              amarism
              wrote on 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

              RatzzR 1 Reply Last reply
              0
              • A amarism

                @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

                RatzzR Offline
                RatzzR Offline
                Ratzz
                wrote on 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

                  @Ratzz where we will get debugger

                  kshegunovK Offline
                  kshegunovK Offline
                  kshegunov
                  Moderators
                  wrote on 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
                  2
                  • kshegunovK kshegunov

                    @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 last edited by
                    #12

                    @kshegunov i have already downloaded visual studio

                    kshegunovK 1 Reply Last reply
                    0
                    • A amarism

                      @kshegunov i have already downloaded visual studio

                      kshegunovK Offline
                      kshegunovK Offline
                      kshegunov
                      Moderators
                      wrote on 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
                      1
                      • kshegunovK kshegunov

                        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 last edited by
                        #14

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

                        kshegunovK 1 Reply Last reply
                        0
                        • A amarism

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

                          kshegunovK Offline
                          kshegunovK Offline
                          kshegunov
                          Moderators
                          wrote on 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
                          0
                          • kshegunovK kshegunov

                            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 last edited by
                            #16

                            @kshegunov so i need to reinstall the window developer

                            RatzzR kshegunovK 2 Replies Last reply
                            0
                            • A amarism

                              @kshegunov so i need to reinstall the window developer

                              RatzzR Offline
                              RatzzR Offline
                              Ratzz
                              wrote on last edited by
                              #17

                              @amarism
                              Did you run the setup you downloaded?

                              --Alles ist gut.

                              A 1 Reply Last reply
                              0
                              • RatzzR Ratzz

                                @amarism
                                Did you run the setup you downloaded?

                                A Offline
                                A Offline
                                amarism
                                wrote on last edited by
                                #18

                                @Ratzz yes

                                RatzzR 1 Reply Last reply
                                0
                                • A amarism

                                  @Ratzz yes

                                  RatzzR Offline
                                  RatzzR Offline
                                  Ratzz
                                  wrote on 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

                                    @kshegunov so i need to reinstall the window developer

                                    kshegunovK Offline
                                    kshegunovK Offline
                                    kshegunov
                                    Moderators
                                    wrote on 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 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
                                      0
                                      • F ferdna

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