I am debugging a java application using eclipse debugger.
I wonder about the object ids the debugger shows to me (see also Java object ID in jvm ).
Is it possible to make these ids identical between two debugging session? So that, when i debug the same application twice (one after the other) same objects have the same id? Or is it possible to set breakpoints like this: Break at whatever statement when object with given id is involved?
I have in mind a definition of breakpoint that does not involve a certain line of code. I have in mind a breakpoint that is indepent from line of code. A breakpoint that only involves id. The debugger, having a tool like these ids at hand: can he not use it to offer me a feature like i propose?