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

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Not Evaluated Not Evaluated
    • Qt Creator 14.0.2
    • Qt Creator 14.0.0
    • Debugger
    • None
    • Windows
    • 449d2d931 (14.0), 4cbede6fd (14.0), 2d7a07e9d (14.0)

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

        1. screenshot-1.png
          screenshot-1.png
          107 kB
        2. screenshot-2.png
          screenshot-2.png
          22 kB
        For Gerrit Dashboard: QTCREATORBUG-31345
        # Subject Branch Project Status CR V

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes