Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt6 32 bit debugger
Forum Updated to NodeBB v4.3 + New Features

Qt6 32 bit debugger

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
5 Posts 3 Posters 511 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.
  • C Offline
    C Offline
    Code404
    wrote on last edited by
    #1

    Hi,

    I am currently working on a 32 bit based Qt software and I cannot find the qtcreatorcdbext32 to debug. I am using the recent qt creator version 14.0.1. Anyone has a solution please ?

    jsulmJ 1 Reply Last reply
    0
    • C Code404

      Hi,

      I am currently working on a 32 bit based Qt software and I cannot find the qtcreatorcdbext32 to debug. I am using the recent qt creator version 14.0.1. Anyone has a solution please ?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Code404 The debugger comes from the tool chain you're using, not from QtCreator.
      If you use MSVC as compiler then it is the cdb.exe, if you use MinGW when it is gdb.exe.
      So, what tool chain do you use?

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

      C 1 Reply Last reply
      0
      • jsulmJ jsulm

        @Code404 The debugger comes from the tool chain you're using, not from QtCreator.
        If you use MSVC as compiler then it is the cdb.exe, if you use MinGW when it is gdb.exe.
        So, what tool chain do you use?

        C Offline
        C Offline
        Code404
        wrote on last edited by
        #3

        @jsulm thanks for reply, I am using cdb and i have configured the debugger to use the right one (C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\cdb.exe). So when i run the debugger, Qt creator display the error message that the folder qtcreatorcdbext32 is missing.

        I have also checked if Qt creator CDB support is installed.

        1 Reply Last reply
        0
        • cristian-adamC Offline
          cristian-adamC Offline
          cristian-adam
          wrote on last edited by
          #4

          We removed 32 bit CDB support in Qt Creator 14, since we thought that the CDB x64 could also handle 32 bit.

          It didn't work out, so... it will be back in Qt Creator 14.0.2.

          C 1 Reply Last reply
          3
          • cristian-adamC cristian-adam

            We removed 32 bit CDB support in Qt Creator 14, since we thought that the CDB x64 could also handle 32 bit.

            It didn't work out, so... it will be back in Qt Creator 14.0.2.

            C Offline
            C Offline
            Code404
            wrote on last edited by
            #5

            @cristian-adam thanks for the reply, I'll be waiting for this patch.
            I will use qt creator version 10.0.0
            thanks all, i will close this topic

            1 Reply Last reply
            0
            • C Code404 has marked this topic as solved on

            • Login

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