what the id mean in the eclipse variables view?

eclipse, java

Solution

Thats' the unique object-id eclipse assigns to objects it sees.

It helps you in identifying objects while debugging.

Problem

In the eclipse variable view, I always see something like comment "test string" (id=2559) what does id=2559 mean? I think it is not the hash.

Original source