I have two versions of a project with a JUnit test. If you look at the difference between the files, there is no obvious reason for this, but the test passes on one project, but not on another.
For some time I wondered if there was a program that would record the trace throughout the program when it starts, and save it to a file. This would be very convenient for this exact example, when I want to get trace through both tests, and then I want to separate them.
Can someone point me towards a program that could do this, or in a way that I could distinguish between two program flows?
Greetings
source
share