I have a big java application, with source code, it already up and running on my dev server. I want to know which java-methods executed on server on some my actions. I can connect to it with debugger.
I don't work on this app, unfamiliar with it.
It is very big, I try to set breakpoints, and "miss" every time. Is there generic approach how to quickly find (or log) all methods that was executed in app?