The Eclipse debugger assigns some random number to each watched object (in the debug view shown with (id=123))
Is there a way the watch the value of an object by the debugger ID, independent of the current stack/scope (as long as the object was not collected)?
There is a similar old question here, but with no answers. Maybe there some new developments...