Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
Qt Creator 15.0.0-rc1
-
Ubuntu 22.04 LTS
Qt 6.8.0 from Online Installer, including "Sources" and "Qt Debug Information Files"
-
05cab84f9 (master)
Description
- Let the debugger hit a breakpoint in an open project.
FWIW, I had it at the QApplication's instantiation in the "simple" debugger test. - Press F11 to "step into".
Creator opens a new editor. - Press F11 to "step into" again.
Creator opens another editor. - Press F5 and let the debugger finish.
- Press Ctrl+Tab to switch editors.
Nothing happens.
It should be possible to switch editors this way, because they are still open. As soon as I click into the currently open editor, Alt+Tab works again.