Debugging gui program - gui overlap qtcreator
-
I am trying to debug my gui program, i set a breakpoint to slot of one of my modal window. After starting debugger i click a button and my modal window opens and program breaks. But the modal window block my qtcreator because i cannot move modal window, it stays at center of my screen.
I tried moving qtcreator 2nd workspace but modal window still on qtcreator. I am on Gnome/Linux.
Anyone know a trick?
-
I am trying to debug my gui program, i set a breakpoint to slot of one of my modal window. After starting debugger i click a button and my modal window opens and program breaks. But the modal window block my qtcreator because i cannot move modal window, it stays at center of my screen.
I tried moving qtcreator 2nd workspace but modal window still on qtcreator. I am on Gnome/Linux.
Anyone know a trick?
@masa4
If you break in a program which is showing e.g. a modal dialog then that will stay on the screen and you cannot close it, because you have broken into the debugger. This has always been the case, and with other debuggers/environments. Try to arrange your windows before the break is it so that the modal dialog will not be over the debugger.