I am trying to see a variable change in Eclipse debugging during my program. But I can only find how to look at a variable when I have a set of breakpoints set that pauses the program. I want to see the change of a variable in the eclipse window while I use the program, without pausing the program every time the variable changes.
Is there any way to do this?
source share