Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 4.6.0-rc1
-
Windows 10 64 bit
cdb 10.0
gdb 7.10.1
Description
- Open a project in Qt Creator.
- Place a breakpoint in the project.
It will help if the program will run a while or wait for user input before hitting the breakpoint. - Run the project in the debugger.
Creator will switch to Debug mode automatically. - Switch to a different mode, e.g. the Projects mode.
- Let the debugged program hit the breakpoint.
Creator will show the code line at the breakpoint. For this, it will switch to Edit mode.
Instead, Creator should switch to Debug mode in this case. When hitting a breakpoint, users will probably be interested in the Debug mode's specific views. They might also be confused that the debugger controls seem to be gone.