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

I can't debugging my project example from Qt creator

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 3 Posters 2.5k 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 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
    0
    • E eurekaWin

      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 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
      4
      • K koahnig

        @eurekaWin
        HI and welcome to devnet forum

        What version of Qt did you install?
        Compiler?

        E Offline
        E Offline
        eurekaWin
        wrote on 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

        jsulmJ 1 Reply Last reply
        0
        • E eurekaWin

          @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

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on 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
          2
          • jsulmJ jsulm

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

            jsulmJ 1 Reply Last reply
            0
            • E eurekaWin

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

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on 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 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

                • Login

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