Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.4.0-beta1
-
Qt 4.8.0, 5.4.1
gcc, MinGW g++ 4.4.0, 4.9.1
gdb 7.7, 7.8
-
44797cdb52e0e77df59c8c5073c10671d30be9df
Description
- Start creating a new Qt Widgets Application project.
- Configure the project to use MinGW-based Qt.
- Set a breakpoint in main().
- Run this in the debugger.
When the breakpoint is being hit, Creator switches to assembler view.
Instead, it should show the line of C++ code where the breakpoint was hit.
Found by Squish test tst_simple_debug.