I am working on an existing application where I am provided with some java files and a lot of jar files.
I have imported this Application into Eclipse where I'm able to build the project.
Now, I need to debug some of the .class
files inside the jar files using Eclipse Debugger.
(For which I don't have the .java
files for them)
Please let me know, how can we put Debug Points to debug in this case?
Thanks