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

Breakpoint replacement by the debugger causes infinite loop

XMLWordPrintable

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

      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.

        For Gerrit Dashboard: QTCREATORBUG-21611
        # Subject Branch Project Status CR V

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes