When Debugging in Java, is there a way to detect if ANY variable is set to
a given value?
I have a very large app that takes a value and makes it disappear
SOMEWHERE and I want to see where it is going. So what I'm looking for the
is the value of the variable so I can find out what variable is holding
it. I'm hoping there is some sort of technique, possibly involving a
classloader or reflection?
No comments:
Post a Comment