QtCreator suddenly shows blank page
-
Hello,
when I start debugging my test, I suddenly get a blank window. When it dissapears and I see my code again, there is no debugger windown on the right where I can see variables, no call stack, nothing..
When I start debugging my test I see following
After that it goes back to my code
As you can see, the debugger halted at the breakpoint but no variable insight on the right and no callstack and further breakpoints which are usually listed above the output window on the bottom of QtCreator.
-
There is an issue with Qt Creator 14 that affects the layout of the debugger.
You can click on the
Views
button, or right click on the header of any debugger view Window to get the context menu:Then click the Reset to Default Layout.
Alternatively you can assign a keyboard short cut and issue that keyboard action:
-
Which operating system and Creator version do you use?
-
There is an issue with Qt Creator 14 that affects the layout of the debugger.
You can click on the
Views
button, or right click on the header of any debugger view Window to get the context menu:Then click the Reset to Default Layout.
Alternatively you can assign a keyboard short cut and issue that keyboard action:
-