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. Can't debug with Qt 5.12.2 on Windows
QtWS25 Last Chance

Can't debug with Qt 5.12.2 on Windows

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 2 Posters 875 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.
  • K Offline
    K Offline
    kitfox
    wrote on last edited by aha_1980
    #1

    I recently installed the 5.12.2 release for Qt on my Windows10 machine. Unfortunately, the debugger keeps halting whenever I try and run a project in debug mode.

    I've created a brand new Qt with widgets project via the new project wizard. When I set my Build & Run under Projects to use Desktop Qt 5.11.2 MinGW 32bit, there are no problems and an empty main window is displayed onscreen. However, if I switch to Desktop Qt 5.12.2 MinGW 32bit, the main window is not displayed and the debugger hangs on disassembled code within widgets/qwidgetanimatior.cpp. Same with the 64 bit version of MinGW.

    Is there a way to get this working?

    aha_1980A 1 Reply Last reply
    0
    • K kitfox

      I recently installed the 5.12.2 release for Qt on my Windows10 machine. Unfortunately, the debugger keeps halting whenever I try and run a project in debug mode.

      I've created a brand new Qt with widgets project via the new project wizard. When I set my Build & Run under Projects to use Desktop Qt 5.11.2 MinGW 32bit, there are no problems and an empty main window is displayed onscreen. However, if I switch to Desktop Qt 5.12.2 MinGW 32bit, the main window is not displayed and the debugger hangs on disassembled code within widgets/qwidgetanimatior.cpp. Same with the 64 bit version of MinGW.

      Is there a way to get this working?

      aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @kitfox Can you please show the output of Windows > Views > Debugger Log? Thanks.

      Qt has to stay free or it will die.

      1 Reply Last reply
      1
      • K Offline
        K Offline
        kitfox
        wrote on last edited by kitfox
        #3

        I've posted the log:
        https://pastebin.com/1hqEdNDX

        aha_1980A 1 Reply Last reply
        0
        • K kitfox

          I've posted the log:
          https://pastebin.com/1hqEdNDX

          aha_1980A Offline
          aha_1980A Offline
          aha_1980
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @kitfox It seems QWidgetAnimator::abort(QWidget*) is called, otherwise I don't see anything strange in the log.

          Can you actually run the program (without debugger)?

          Qt has to stay free or it will die.

          1 Reply Last reply
          0
          • K Offline
            K Offline
            kitfox
            wrote on last edited by
            #5

            Yes, I can run it through the IDE with the Run command.

            aha_1980A 1 Reply Last reply
            0
            • K kitfox

              Yes, I can run it through the IDE with the Run command.

              aha_1980A Offline
              aha_1980A Offline
              aha_1980
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @kitfox I think you should file a bug at bugreports.qt.io - and please add a link here.

              I honestly have no idea what's going on.

              Regards

              Qt has to stay free or it will die.

              1 Reply Last reply
              0
              • K Offline
                K Offline
                kitfox
                wrote on last edited by
                #7

                I've submitted a bug report:

                https://bugreports.qt.io/browse/QBS-1433?jql=resolution %3D Unresolved AND reporter %3D currentUser()

                1 Reply Last reply
                1

                • Login

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