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

[Reg 4.6 -> 4.7] CDB cannot resolve enums

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • Qt Creator 4.7.1
    • Qt Creator 4.7.0
    • Debugger
    • None
    • Windows 7 x64
      Qt 4.8.2
      Visual C++ 2010 x86
      CDB 6.2.9200.20512 x64
    • Windows
    • 975f5886a6f09b48efc052bee5aae43613492e04

    Description

      The value of simple enums can be resolved by CDB debugger in Creator 4.6, but not in 4.7.

      Can be reproduced by copying the following snippet into a Qt Widgets project:

      enum E { a = 0, b, c };
      
      E e = c;
      E f = e;
      

      Note that MinGW works fine in 4.7 also.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            davschul David Schulz
            aha_1980 André Hartmann
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes