Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-31345

[REG 13.0.2 -> 14.0.0] Cannot debug 32bit apps with CDB

    XMLWordPrintable

Details

    • Windows
    • 449d2d931 (14.0), 4cbede6fd (14.0), 2d7a07e9d (14.0)

    Description

      • I'm using Qt 5.15.2 32 bit from online installer with MSVC 2019
      • I updated Creator with the online installer
      • I have the following trivial program:
        #include <iostream>
        
        using namespace std;
        
        int main()
        {
        	cout << "Hello World!" << endl;
        
        	cout << "Goodbye World!" << endl;
        	return 0;
        }
        
      • Break at the first cout line
      • Step over (F10)
      • Expected: the next cout is selected
      • Actual: an exception is triggered

      It seems to work with 64 bit (although I used a Qt 6.5 version for that).
      It also works with Creator 13.0.2, so it really looks like a regression.

      Attachments

        1. screenshot-1.png
          screenshot-1.png
          107 kB
        2. screenshot-2.png
          screenshot-2.png
          22 kB

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              davschul David Schulz
              aha_1980 André Hartmann
              Votes:
              2 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes