8

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

enter image description here

Skip
  • 6,240
  • 11
  • 67
  • 117

1 Answers1

9

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.

Community
  • 1
  • 1
moeTi
  • 3,884
  • 24
  • 37