I am working on project that is not having debug options in eclipse.
I would like to understand the flow of execution from within Java classes across workspace.
Is there a method to understand the flow of execution. I am working on struts application and I have configured all dependant java files accordingly. But while running the application, new field added is not persisting to database and remains blank.
Any help is much appreciated.