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. Gdb in qtcreator does'n stop in any breakepoint - win 7 64bits
Forum Updated to NodeBB v4.3 + New Features

Gdb in qtcreator does'n stop in any breakepoint - win 7 64bits

Scheduled Pinned Locked Moved Qt Creator and other tools
5 Posts 5 Posters 3.0k Views 1 Watching
  • 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.
  • J Offline
    J Offline
    Júlio Brito
    wrote on last edited by
    #1

    Hello, im new to qt developing and a have some issues with gdb in windows 7 64.
    When i start the debugger it hits none breakpoints. My project is configured to debug, and i cant debug nothing.

    1 Reply Last reply
    0
    • H Offline
      H Offline
      Hostel
      wrote on last edited by
      #2

      Are you starting debugging by F5(icon: green triangle with bug)?

      1 Reply Last reply
      0
      • C Offline
        C Offline
        canismajor
        wrote on last edited by
        #3

        I see this too. It happens most often when I am debugging a console mode application (which I regularly use to develop individual components before adding them to the main application).

        It seems to me that the console program finishes before the debugger even gets a chance go start up.

        My workaround is to add some sort of time-waster at the beginning of each console mode program: either a large for loop or a prompt to press a key. These methods will slow the program down enough for the debugger to catch up.

        The time-waster method is 100% successful, compared with 100% failure without it.

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tobias.hunger
          wrote on last edited by
          #4

          Could you please consider to "file a bug report":http://bugreports.qt-project.org/, incl. the debugger log (top left of the debug mode IIRC, if you did not change the layout that is;-).

          1 Reply Last reply
          0
          • K Offline
            K Offline
            ksinger
            wrote on last edited by
            #5

            Dear Júlio,
            I can reproduce the bug. Thanks for the workaround hint.

            1 Reply Last reply
            0

            • Login

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