Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Debugging gui program - gui overlap qtcreator
Qt 6.11 is out! See what's new in the release blog

Debugging gui program - gui overlap qtcreator

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 238 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    masa4
    wrote on last edited by
    #1

    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?

    JonBJ 1 Reply Last reply
    0
    • M masa4

      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?

      JonBJ Online
      JonBJ Online
      JonB
      wrote on last edited by
      #2

      @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.

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved