Hello,
I'm wondering if any of you know how to display the execution steps when you run a java program. I'm taking a class and have completed the work but the instructor has asked us to submit it in such as way that when the program is run it will show which method is executing as it happens. Were are supposed to submit the jar file.
Eg: when the program is run it should show the following:
main()
constructor()
method1()
method2()
etc...
We are using eclipse so not sure if it's a function built into the IDE or something else that has to be done. Appreciate any advice.
Max