Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-21611

Breakpoint replacement by the debugger causes infinite loop

    XMLWordPrintable

Details

    • f635af8908b865635326f828c2606a1e684f4510 (qt-creator/qt-creator/4.8)

    Description

      int main()
      {
          int foo = 42;
          (void)foo; // BREAK HERE
          return 0;
      }
      

      This line doesn't do anything, so the debugger moves the breakpoint to the following line. This somehow causes an infinite loop.

      Log attached.

      Attachments

        Issue Links

          Activity

            People

              hjk hjk
              orgads Orgad Shaneh
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: