Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.2.2, Qt Creator 4.3.0-beta1
-
None
-
GDB
Description
int main() { int foo = 42; int *bar = &foo; }
Right-click bar -> Open Memory Editor. Object Address is the pointer's address, and Pointer Address is the object. You can compare it to foo's address.