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

Locals information changes when unfolding on Mac

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • Qt Creator 3.4.0-beta1
    • Qt Creator 2.8.0-beta
    • Debugger
    • MacOSX 10.8.3, Qt Creator compiled with Qt 4.8.4 using Qt 4.8.4 as Kit

    Description

      Steps to reproduce:

      • create or open a simple Qt GUI application
      • place a breakpoint in main() and start debugging
      • unfold the argv variable
      • if you step into the MainWindow constructor - unfold this variable and its children

      Current result:

      • unfolded argv switches from 'char** to 'char*.'
      • unfolded this switches from 'MainWindow*' to 'MainWindow', children ui switches from 'Ui::MainWindow *' to 'Ui::MainWindow *.'

      Expected result:

      • should keep the right information

      Attachments

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

        Activity

          People

            hjk hjk
            cstenger Christian Stenger
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes