I am trying to find a tool that could help me follow the execution of the java program something like what F7 and F8 in C compiler does for C program. I already tried IDEs like JCreator and Java Builder. These IDEs asks me for a parameter something like a watch on a parameter rather than providing me with the execution flow and output as it is generated is the simplest possible way. Can someone help me with the same.
Thanks...