Details
-
Bug
-
Resolution: Cannot Reproduce
-
P3: Somewhat important
-
None
-
Qt Creator 3.5.0-beta1
-
OSX 10.10, Qt 5.5 (official release), Qt Creator 3.5 snapshot (b2ec03c74c)
Description
I have no reliable way to reproduce, but normally I've done:
- create/open Qt Widgets Application
- add a QPushButton onto the default generated MainWindow
- right click onto the button -> 'Go To Slot' -> 'clicked()'
- add a qDebug() statement into this function (and the respective include)
- start debugging without setting breakpoints
- hit the button several times after the debugger and the inferior have come up
- hit the 'Stop' button (of Application Output panel)
Current result:
- progress indicator (on Locals & Expressions) is still shown
Note: don't know if it helps, but added the debug log