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. Ghost break point

Ghost break point

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 4 Posters 1.5k 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.
  • Roy44R Offline
    Roy44R Offline
    Roy44
    wrote on last edited by
    #1

    Hi,

    I would like to know why Qt creator creates sometimes a Ghost break point.
    I run my program in debug, sometimes the program stop like a break point but
    I have no break point and no error in output. It's extremely awkward because this "break point" is
    always in my application::notify.

    How can I avoid this problem?

    Sorry for my very bad english.

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome

      That sounds odd. Have you tried to Toggle it ?
      Set it on, set it off.

      You should tell
      what OS, and what Qt version,

      1 Reply Last reply
      0
      • VRoninV Offline
        VRoninV Offline
        VRonin
        wrote on last edited by
        #3

        Are you sure it's not an assert? These are checks for fundamental conditions in your code and they trigger breakpoints if they are not satisfied

        "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
        ~Napoleon Bonaparte

        On a crusade to banish setIndexWidget() from the holy land of Qt

        1 Reply Last reply
        1
        • Roy44R Offline
          Roy44R Offline
          Roy44
          wrote on last edited by
          #4

          It's like an assertion but (I have no red dot only the yellow arrow)
          but no message displayed in output.
          I' am on MAC OS with Qt 5.7.

          jsulmJ 1 Reply Last reply
          0
          • Roy44R Roy44

            It's like an assertion but (I have no red dot only the yellow arrow)
            but no message displayed in output.
            I' am on MAC OS with Qt 5.7.

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @Roy44 Can you show the line where it stops?

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            1
            • Roy44R Offline
              Roy44R Offline
              Roy44
              wrote on last edited by
              #6

              I made some experience, the problem come from an external plugin of my application.
              If I load this later I avoid th problem.

              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