Background
I (believe) know the address of an object, and I want to keep a watch on it. I find the address by first selecting a line on the call stack (not the top one) and then taking a look at the local variables. There is an interface in there that states the interface name and the implementing class at a certain address. The address seems to be incorrect, or I obviously do something wrong as the objects 'field values seem to make no sense. Check pic below as an example.
Question How to I get to peek into the object's fields that I find from the local stack?