I am debugging an Java class in Eclipse IDe, , i have put several break points for it .
While debugging the Application , the following is shown under debug view please see the screen shot here . http://tinypic.com/view.php?pic=dnga68&s=7
What i am expecting i that when i press F6 , it should go to next line and when i press F8 should go to next break point . But why this stepping views are shown ??
( During this view should we press F6 or F8 so that it goes to the java source ??)
Please guide me i am new to debugging in Eclipse .
Thank you very much .