Using Eclipse, during debugging, you can change the value of variables during project execution for testing purposes.
For example, let's say I have a method that returns the number 5, but for testing purposes I want to output 10 instead. This is not a problem that I came across with it is a little more complicated, but its just to convey my idea.
java debugging eclipse testing
Julio Sep 23 '10 at 12:13 2010-09-23 12:13
source share