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

Endless loop when setting a breakpoint on a template ctor

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • Qt Creator 2.8.1
    • Qt Creator 2.8.0-beta
    • Debugger
    • None
    • Windows XP SP3, GDB 7.5.1

    Description

      Works fine in 2.7.

      template <class T>
      struct Foo
      {
          Foo()
          { // breakpoint here
          }
      };
      
      int main()
      {
          Foo<int> d;
          Foo<double> d2;
          return 0;
      }

      Debugger log attached

      Attachments

        1. debugger.log
          18 kB
          Orgad Shaneh
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes