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

Memory view does not update when stepping through code

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Not Evaluated
    • None
    • Qt Creator 3.1.2
    • Debugger
    • Windows 7 64 bit
      MSVC 2010, cdb 6.12

    Description

      1. Have a simple loop working on an array:
        int a[20];
        for (int i = 0; i != 20; ++i)
            a[i] = i;
        
      2. Stop at a breakpoint before entering the loop.
      3. Open memory view for the array.
        The memory view will open up in a new window.
      4. Step into the loop, changing the values in the array.
        Memory view won't show the updated values.
      5. Click into the memory view window.
        Now values will be updated.

      The memory view should update whenever values change.

      Attachments

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

        Activity

          People

            davschul David Schulz
            rlohning Robert Löhning
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes