Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 14.0.0
-
None
-
-
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
Issue Links
- is duplicated by
-
QTCREATORBUG-31371 After installing 14.0.0 , can not debug x86 projects
- Closed
-
QTCREATORBUG-31383 Exception with breakpoint with 32 bit application with QT Creator 14.0.0
- Closed
- relates to
-
QTCREATORBUG-31377 Debugger not Working after updating to Qt Creator 14.0
- Reported