I am new to this project and it's code doesn't have any logger statement. It is tedious and time consuming to follow any flow.
Because of the application's exception handling framework all the exception fall into a common exception block and it is pretty cumbersome to track back from there.
Is there any Eclipse plugin which can help me to debug the issues? I am kind of looking for similar to XCode's debug feature where it stops the flow at the line which is causing exception. You can track back on that.
Updated my question.
Note: I am using Eclipse Juno and in the middle of developing AspectJ logging utility to help me with debug statements.