This post is not a duplicate of
neither of this one
The background is, I almost know nothing about debugging whinin Eclipse. I have been using ‘print’ and ‘assert’ since years for debugging.
Where can I learn how to manipulate the 36 buttons of the debugging mode in Eclipse?? Thanks for your help.
There are a couple of links you could use.
For instance :
Debugging with Eclipse ( The official tutorial)
as well as this,
Java Debugging with Eclipse – Tutorial