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

REGRESSION: Jump to memory address is broken

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • Qt Creator 4.1.0-beta1
    • Qt Creator 3.0.0, Qt Creator 3.6.0
    • Debugger
    • None
    • Windows 7, MinGW/gdb

      Open a memory editor for a variable

      Select a pointer and try jumping to it.

      The addresses to the left are modified according to the selection, but the contents of the window is not updated.

      Log attached for the following program, opening a memory editor for foo then selecting the address it contains and jump to it:

      #include <stdio.h>
      
      int main()
      {
          const char *foo = "foo";
          printf(foo); // BREAK_HERE
          return 0;
      }

        1. debug.log
          50 kB
        2. jump.png
          jump.png
          44 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes