Skip
Skip

Reputation: 6531

How to get eclipse debug id of an object?

Is it somehow possible to get the object id programmatically, which is seen in the debug tooltip in eclipse?

enter image description here

Upvotes: 9

Views: 6070

Answers (1)

moeTi
moeTi

Reputation: 3904

This is an internal ID from the eclipse debugger and has nothing to do with the JVM.

You can check this question for more information and a possible way to retrieve it.

Upvotes: 9

Related Questions