how to debug in eclipse
807580Jun 17 2010 — edited Jun 18 2010I have a java program .I have a list which I'm looping using a for loop.
I wish to debug the code after a particular match. I want to halt the program and wish to debug step by step when it matches the value
ScheduleList.getType() =="DFG" // "i" for loop counter
is it possible in Eclipse Debugger ? Does Watch in Eclipse debugger can help ? I'm not sure.
Could you please tell me the step how to debug for this ?
If this is not possible , Do I need to modify the code to debug ?
Please elaborate the details so that I can try this.
Thanks