Exception with breakpoint with QT Creator 14.0.0
-
Hi,
I installed the last release of QT Creator 14.0.0.
If I'm debugging and I set a breakpoint and I halt the run, when I press F5 to continue I have this exception and I can't continuePlease let me know
-
Are you targeting 32-bit applications?
Qt Creator 14 has removed the 32-bit dll that we used for cdb, since cdb 64-bit should be able to handle 32 and 64 bit applications.
But, as it turns out, it's not the case. Please report a bug at https://bugreports.qt.io/secure/CreateIssue.jspa?pid=10512
-
@cristian-adam said in Exception with breakpoint with QT Creator 14.0.0:
32-bit applications
Yes, it is a 32-bit application
-
C Christian Ehrlicher moved this topic from General and Desktop on
-
Continuation: https://bugreports.qt.io/browse/QTCREATORBUG-31383