The idea is to use AOP to develop applications / tools for debugging / viewing the flow of the application at runtime. To begin with, a simple dump of data (state) at the beginning and at the end of the method call will make the necessary data collection.
The goal is not application developers, but high-level business analysts or people with a high level of support, for whom the flow of execution may be useful. The runtime application flow can also be useful to reduce the learning curve of an application for new developers, especially on configuration boot systems.
I wanted to know if there are already such tools / applications that can be used. Or better, if that makes sense, then there is a better way to achieve this.
source
share