Adam Lee
Adam Lee

Reputation: 25768

what the id mean in the eclipse variables view?

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.

Upvotes: 4

Views: 2218

Answers (1)

Suraj Chandran
Suraj Chandran

Reputation: 24791

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

It helps you in identifying objects while debugging.

Upvotes: 4

Related Questions