Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.8.0-beta1
-
None
-
18e73a738be659bbc33306d800324a89c34b8f17 (qt-creator/qt-creator/4.8)
Description
Open a project, set a breakpoint, start debugging.
Hit the breakpoint and continue.
Then switch the debugger view to "preset", and back to the debugger run.
The debugger jumps to the location where it previously had stopped, and shows a yellow arrow before that line, as if it were interrupted at that location. But the application is actually still running, not interrupted, the backtrace is completely grayed (as it should).