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. I can't debugging my project example from Qt creator
Forum Update on Monday, May 27th 2025

I can't debugging my project example from Qt creator

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 3 Posters 2.6k 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.
  • E Offline
    E Offline
    eurekaWin
    wrote on 12 Oct 2016, 11:21 last edited by
    #1

    I am a new developer with Qt.
    i am using window7 , I already download and install window debugger for Qt

    • this is what i choose for debugger - Auto-detected CDB at C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\cdb.exe

    when i start debugging, it said - error - The ABI of selected de bugger does not match the toolchain ABI.

    anyone know how do i set up and fix it ...thanks

    K 1 Reply Last reply 12 Oct 2016, 12:18
    0
    • E eurekaWin
      12 Oct 2016, 11:21

      I am a new developer with Qt.
      i am using window7 , I already download and install window debugger for Qt

      • this is what i choose for debugger - Auto-detected CDB at C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\cdb.exe

      when i start debugging, it said - error - The ABI of selected de bugger does not match the toolchain ABI.

      anyone know how do i set up and fix it ...thanks

      K Offline
      K Offline
      koahnig
      wrote on 12 Oct 2016, 12:18 last edited by
      #2

      @eurekaWin
      HI and welcome to devnet forum

      What version of Qt did you install?
      Compiler?

      Vote the answer(s) that helped you to solve your issue(s)

      E 1 Reply Last reply 13 Oct 2016, 04:43
      4
      • K koahnig
        12 Oct 2016, 12:18

        @eurekaWin
        HI and welcome to devnet forum

        What version of Qt did you install?
        Compiler?

        E Offline
        E Offline
        eurekaWin
        wrote on 13 Oct 2016, 04:43 last edited by
        #3

        @koahnig Qt 5.7.0 (MSVC 2013, 32 bit)

        Qt Creator 4.1.0

        Compilers - MinGW 4.9.2 32 bit MinGW
        Microsoft Visual C++ Compiler 12.0 (x86) MSVC
        Microsoft Visual C++ Compiler 14.0 (x86) MSVC
        Microsoft Visual C++ Compiler 12.0 (x86_amd64) MSVC
        Microsoft Visual C++ Compiler 14.0 (x86_amd64) MSVC

        J 1 Reply Last reply 13 Oct 2016, 05:17
        0
        • E eurekaWin
          13 Oct 2016, 04:43

          @koahnig Qt 5.7.0 (MSVC 2013, 32 bit)

          Qt Creator 4.1.0

          Compilers - MinGW 4.9.2 32 bit MinGW
          Microsoft Visual C++ Compiler 12.0 (x86) MSVC
          Microsoft Visual C++ Compiler 14.0 (x86) MSVC
          Microsoft Visual C++ Compiler 12.0 (x86_amd64) MSVC
          Microsoft Visual C++ Compiler 14.0 (x86_amd64) MSVC

          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 13 Oct 2016, 05:17 last edited by
          #4

          @eurekaWin "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\cdb.exe" - I am not a Windows expert, but is there another debugger for 32bit? Like "C:\Program Files (x86)\Windows Kits\10\Debuggers\x32\cdb.exe"?

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          E 1 Reply Last reply 13 Oct 2016, 05:45
          2
          • J jsulm
            13 Oct 2016, 05:17

            @eurekaWin "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\cdb.exe" - I am not a Windows expert, but is there another debugger for 32bit? Like "C:\Program Files (x86)\Windows Kits\10\Debuggers\x32\cdb.exe"?

            E Offline
            E Offline
            eurekaWin
            wrote on 13 Oct 2016, 05:45 last edited by
            #5

            @jsulm if i change to "C:\Program Files (x86)\Windows Kits\10\Debuggers\x32\cdb.exe"

            it produce the same error... The ABI of selected de bugger does not match the toolchain ABI.

            J 1 Reply Last reply 13 Oct 2016, 05:47
            0
            • E eurekaWin
              13 Oct 2016, 05:45

              @jsulm if i change to "C:\Program Files (x86)\Windows Kits\10\Debuggers\x32\cdb.exe"

              it produce the same error... The ABI of selected de bugger does not match the toolchain ABI.

              J Offline
              J Offline
              jsulm
              Lifetime Qt Champion
              wrote on 13 Oct 2016, 05:47 last edited by
              #6

              @eurekaWin Are you sure you're using VC++ and not MinGW compiler? Check the Kit you're using, especially the used compiler.

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • E Offline
                E Offline
                eurekaWin
                wrote on 13 Oct 2016, 07:22 last edited by
                #7

                Dear all

                I can solve the problem now...

                at Qt creator .. I choose Projects -> Add Kit -> Change Kit -> Desktop Qt 5.6.1 MinGW 32 bit
                I realized that my pc 64bits OS but my Qt is 32 bit ..it doesn't matter ...
                I realized that i have to choose 32 bit MinGW in order to match with 32 bit Qt Creator/tools/MinGW32
                at first, i was trying to choose MSVC compiler or MinGW 64bit or something else

                anyway..thanks to all for your time.. cheer

                1 Reply Last reply
                0

                3/7

                13 Oct 2016, 04:43

                • Login

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