In my project I added an API to my project.
For some reason I have to change a method of one class of that API.
Now I want to know how this change affect on my project.
So I used F7 to go through the method .
But it doesn,t work, F7 acted like F8 here !!
What should I do for debugging the methods of a class?Using Junit Test is helpful here? Thanks.