I would like to track a Java application at runtime in order to record and analyze its every behavior.
Is it possible to connect to a Java application to get information about runtime, such as method calls (with parameters and return values) and the state of the object (i.e. its attributes and values)?
My goal is to get a complete understanding of application behavior and how it relates to data.
user241980
source share