I have a logical bug, I mean my code compiles and runs without errors,
only it doesnt do what I wanted it to.
I remember when I programmed in prolog I could trace the code - one command at a time, and figure out where my bug is,
can I do the same in java? using eclipse.

