I created a Java project. In this project, I used file creation, deletion for file manipulation operations using a file handler. so I need to see these file handlers when debugging a project. I tried the following command JPS, JSTACK , etc. These tools display the process ID, class name, package name.
But I need to know the actual functionality of each class. For example, creating an object, creating a file, removing objections, etc. Is there any tool for windows?
source share