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

Debugger: Regression - pointer address is wrong when "Auto Dereference" is set

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • Qt Creator 2.5.0-beta
    • Qt Creator 2.5.0-beta
    • Debugger
    • None
    • GDB
    • 3d39451b15757f3fca93dddc4982f74a4104da80

      #include <iostream>
      
      int main()
      {
        int foo = 0;
        int *bar = &foo;
        std::cout << "&foo: " << &foo << "; bar: " << bar << "; &bar: " << &bar;
        return 0;
      }

      &bar is displayed for bar instead of &foo.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes