Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt Designer skips break points.

Qt Designer skips break points.

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
4 Posts 1 Posters 671 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.
  • I Offline
    I Offline
    IMalyavskiy
    wrote on last edited by IMalyavskiy
    #1

    Hello community!
    I am new to Qt and especially new to Qt Designer. Currently experiencing an issue with debugging. If I am running an example from its original location and performing breakpoints tracing then things work fine. But once I move the same example elsewhere (cleaning it up and changing paths) then break point tracing stops to work. Moreover. If to debug an example the breakpoints are ignored but when execution returns from e.g. QDialog::show then yellow error appears in the left showing current execution position.
    Another case: if to create a shallow Qt Widgets QDialog based application at an arbitrary location then break points tracing does not work at all.
    What am I doing wrong? Any ideas?

    1 Reply Last reply
    0
    • I Offline
      I Offline
      IMalyavskiy
      wrote on last edited by IMalyavskiy
      #2

      In addition to stated above: the code under debug is not interrupted by previously set breakpoints. But on the other side once the debug was started and target application is currently running the button "Start debugging of 'Proj'" (0_1544101003774_222738b1-06e6-421c-8f10-12c8e2c6709e-image.png ) changed to "Interrupt CDB for 'Proj'"(0_1544101109355_11363900-afaa-4396-939c-20cc3305ba3b-image.png ). Application waits for user input an debugger waits for debug events. If to push to 0_1544101174450_5e578ea3-6084-4593-989d-fab7befaaaac-image.png the it changes to "Continue CDB for 'Proj'"(0_1544101240403_9da2f283-202c-454e-a30f-0afe7f9ad00c-image.png ) and current step position yellow arraow appears. So as the result debugger works - just skipping break points. Moreover when debugger switches to step-bystep state if to push Step(F10) then code view falls to disasm.
      Any ideas?

      1 Reply Last reply
      0
      • I Offline
        I Offline
        IMalyavskiy
        wrote on last edited by
        #3

        If to configure en example at its original location. Move another arbitrary location and debug then everything works. But if to configure from scratch or create a new project - then not.

        1 Reply Last reply
        0
        • I Offline
          I Offline
          IMalyavskiy
          wrote on last edited by
          #4

          Ok.... this issue is related to improper system condition. On clean system everything works fine.

          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