Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 2.5.0-beta
-
Win7 64bit
MinGW/GDB
Description
Steps to reproduce:
- create a simple project holding an endless loop
(just tried awhile(true) { std::cout << "running" << std::endl; }
to see when I'm inside the loop)
- start debugging and hit 'Interrupt' when debugger is inside the loop
- hit "Step into" (maybe necessary to repeat this several times)
Current behaviour:
- Creator crashes
Expected behaviour:
- Creator steps into no matter how often 'step into' is hit
Attachments
Issue Links
- relates to
-
QTCREATORBUG-7270 Creator crashes when switching threads inside an interrupted endless loop
- Closed